.appveyor.yml: improve
authorPaul Brossier <piem@piem.org>
Fri, 22 Jul 2016 16:09:21 +0000 (18:09 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Jul 2016 16:09:21 +0000 (18:09 +0200)
.appveyor.yml

index 07553a6..41f7de4 100644 (file)
@@ -2,11 +2,11 @@
 
 platform:
   - x86
 
 platform:
   - x86
-  - Any CPU
+  - x64
 
 build_script:
 
 build_script:
-  - ./scripts/get_waf.sh
-  - ./scripts/get_aubio.sh
-  - ./scripts/get_deps_msvc.sh
+  - sh scripts/get_waf.sh
+  - sh scripts/get_aubio.sh
+  - sh scripts/get_deps_msvc.sh
   - python waf configure
   - python waf build -v
   - python waf configure
   - python waf build -v