Skip to content

Commit

Permalink
try appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 6, 2017
1 parent 91ea63c commit bed86c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ test_script:
on_success:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./.travis_deploy.sh"'
before_deploy:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/deploy/pharo; exec 0</dev/null; exec ./deploy-key.sh"'
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/deploy/pharo; exec 0</dev/null; exec ./pack-vm.sh; exec ./deploy-key.sh"'
deploy_script:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./deploy/pharo/deploy-bintray-appveyor.sh"'


- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./deploy/pharo/deploy-bintray-appveyor.sh"'
4 changes: 2 additions & 2 deletions deploy/pharo/pack-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ case "${ARCH}" in
win32x86)
do_pack_vm "win" "i386" "${ROOT_DIR}/build.${ARCH}/pharo.cog.spur/build/vm" "Pharo.exe PharoConsole.exe *.dll"
;;
win64x64)
do_pack_vm "win" "x86_64" "${ROOT_DIR}/build.${ARCH}/pharo.cog.spur/build/vm" "Pharo.exe PharoConsole.exe *.dll"
win64x64)
do_pack_vm "win" "x86_64" "${ROOT_DIR}/build.${ARCH}/pharo.cog.spur/build/vm" "Pharo.exe PharoConsole.exe *.dll" "stack"

This comment has been minimized.

Copy link
@nicolas-cellier-aka-nice

nicolas-cellier-aka-nice May 15, 2017

Contributor

Hi Esteban, currently this fails because with don't build pharo.cog.spur yet in win64.
Could you retry with "${ROOT_DIR}/build.${ARCH}/pharo.stack.spur/build/vm"?
At least, this should turn the appveyor status green again.

;;
*)
echo "Undefined platform!"
Expand Down

0 comments on commit bed86c5

Please sign in to comment.