summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJeremy Meng <jeremy.ymeng@gmail.com>2018-01-22 22:19:00 -0800
committerJeremy Meng <jeremy.ymeng@gmail.com>2018-01-22 22:19:00 -0800
commit5fbea71a7b598172a12ebd8a7af5132c3297d617 (patch)
tree39396bc4ea4092892cf38a7a9df1ef8094ac5041 /appveyor.yml
parentb23abfbf7ec1549c242b631722539c17595922ac (diff)
Make autobuild target for now
Appveyor build times out at `cask package .` step when `make all`.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a049989..3736fba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ install:
build_script:
- 'pushd %APPVEYOR_BUILD_FOLDER%'
- - 'make -f %APPVEYOR_BUILD_FOLDER%\Makefile'
+ - 'make autobuild -f %APPVEYOR_BUILD_FOLDER%\Makefile'
after_build:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\pack.bat'