summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-07-27 18:28:37 +0200
committerAhmad Fatoum <[email protected]>2018-07-29 12:13:01 +0200
commit3e5093eab0ef4949e9e08fda5de0cd3d31b7e2c1 (patch)
tree8b6fb10ec276bfcc7bda2cc6fc4613c2e80147af /appveyor.yml
parent69e147417b68c4d650e0a87be07bc7d96824229b (diff)
downloadraylib-3e5093eab0ef4949e9e08fda5de0cd3d31b7e2c1.tar.gz
raylib-3e5093eab0ef4949e9e08fda5de0cd3d31b7e2c1.zip
CI: Build with all optional formats enabled
also makes one configuration shared-only dr_flac is not built on i386, because GCC 4.8 complains about asm("cpuid" clobbering ebx, as it's using ebx for PIC. Instead of downloading a newer GCC (and multilib), disable FLAC for that one configuration...
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 6452a089..f48486b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,7 +39,7 @@ before_build:
- cd build
build_script:
- - cmake -G %GENERATOR% -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% ..
+ - cmake -G %GENERATOR% -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% -DINCLUDE_EVERYTHING=ON ..
- cmake --build . --target install
after_build: