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 9696191 commit 6d2bfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for:
install:
- sh: sudo apt-get -y -o Acquire::Check-Valid-Until=false update
#- sh: sudo apt-get -y upgrade
- sh: sudo apt-get install -y --no-install-recommends git wget qemu qemu-system qemu-system-x86
- sh: sudo apt-get install -y --no-install-recommends git wget qemu-system-x86 mtools xorriso grub-common grub-pc-bin grub-efi-amd64-bin grub-efi-ia32-bin

before_build:
- sh: chmod +x $APPVEYOR_BUILD_FOLDER/abctl
Expand All @@ -68,4 +68,5 @@ for:
build: off

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

0 comments on commit 6d2bfdd

Please sign in to comment.