Skip to content

Commit

Permalink
Merge pull request #1089 from opensim-org/appveyor_sourceforge
Browse files Browse the repository at this point in the history
AppVeyor: upload artifacts to Google Coud
  • Loading branch information
chrisdembia authored Nov 13, 2018
2 parents c059a20 + b2181a0 commit cfb58bc
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ skip_branch_with_pr: true
nuget:
disable_publish_on_pr: true

environment:
# Avoid slow downloads on Azure.
APPVEYOR_BUILD_ARTIFACT_STORAGE: gce-artifacts-us

init:
## Set environment variables.
- ps: $env:JAVA_HOME = "C:\Program Files\Java\jdk1.8.0"
Expand Down Expand Up @@ -88,6 +92,19 @@ after_test:
- cd %APPVEYOR_BUILD_FOLDER%\Gui\opensim\dist\installer\
- IF DEFINED DISTR "C:/Program Files (x86)/NSIS/makensis.exe" make_installer.nsi
- IF DEFINED DISTR appveyor PushArtifact OpenSim-%VERSION%-win64.exe
# - cd %APPVEYOR_BUILD_FOLDER%
# - IF DEFINED DISTR 7z a C:\OpenSim-%VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Gui\opensim\dist\installer\opensim\
# - IF DEFINED DISTR appveyor PushArtifact C:\OpenSim-%VERSION%.zip
- cd %APPVEYOR_BUILD_FOLDER%
- IF DEFINED DISTR 7z a C:\OpenSim-%VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Gui\opensim\dist\installer\opensim\
- IF DEFINED DISTR appveyor PushArtifact C:\OpenSim-%VERSION%.zip

# deploy:
# provider: SFTP
# protocol: ftps
# host: frs.sourceforge.net
# username: opensim-bot,myosin
# password:
# secure: OlJM0z185NHw/D0pXoEZdw==
# folder: /home/frs/project/myosin/opensim-gui
# artifact: OpenSim-%VERSION%-win64.exe
# # TODO on:
# # TODO branch: master

0 comments on commit cfb58bc

Please sign in to comment.