summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-12 18:05:16 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:10:42 +0100
commit5915402aae23fc2ee4eb2a745e5fc5cfe927e272 (patch)
tree3a4a854d2aa9ae81cbf45d14e93a6790c770433b /appveyor.yml
parent396fbc51e417e46226aff55ab8dcfb3c498340d0 (diff)
appveyor.yml: Split cmake options into separate lines
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 921c51b82c..31a08cc534 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -57,7 +57,16 @@ for:
- export CMAKE_BUILD_PARALLEL_LEVEL="$(nproc)"
- mkdir cmake_build
- cd cmake_build
- - cmake -DMAD_ENABLED=ON -DFAAD_ENABLED=ON -DOPUS_ENABLED=ON -DMODPLUG_ENABLED=ON -DWAVPACK_ENABLED=ON -DHSS1394_ENABLED=OFF -DLOCALECOMPARE_ENABLED=ON ..
+ - cmake
+ -L
+ -DFAAD_ENABLED=ON
+ -DHSS1394_ENABLED=OFF
+ -DLOCALECOMPARE_ENABLED=ON
+ -DMAD_ENABLED=ON
+ -DMODPLUG_ENABLED=ON
+ -DOPUS_ENABLED=ON
+ -DWAVPACK_ENABLED=ON
+ ..
- cmake --build .
- sudo cmake --build . --target install