Skip to content

Commit

Permalink
appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
arakis committed Oct 31, 2019
1 parent e97bbe6 commit 6414534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ for:

build_script:
- sh: $APPVEYOR_BUILD_FOLDER/abctl build all
- sh: $APPVEYOR_BUILD_FOLDER/abctl test cloud
- sh: $APPVEYOR_BUILD_FOLDER/abctl test cloud

on_finish:
- sh: export APPVEYOR_SSH_BLOCK=true
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

0 comments on commit 6414534

Please sign in to comment.