Skip to content

Commit

Permalink
package/ci: Enable WITH_BASISIMPORTER on appveyor and travis
Browse files Browse the repository at this point in the history
Signed-off-by: Squareys <[email protected]>
  • Loading branch information
Squareys committed Aug 25, 2019
1 parent 553154e commit 33540c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/ci/appveyor-desktop-mingw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ cmake .. ^
-DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/deps ^
-DCMAKE_PREFIX_PATH=%APPVEYOR_BUILD_FOLDER%/openal;%APPVEYOR_BUILD_FOLDER%/devil ^
-DWITH_ASSIMPIMPORTER=OFF ^
-DWITH_BASISIMPORTER=ON ^
-DWITH_DDSIMPORTER=ON ^
-DWITH_DEVILIMAGEIMPORTER=ON ^
-DWITH_DRFLACAUDIOIMPORTER=ON ^
Expand Down
1 change: 1 addition & 0 deletions package/ci/appveyor-desktop.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ cmake .. ^
-DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/deps ^
-DCMAKE_PREFIX_PATH=%APPVEYOR_BUILD_FOLDER%/openal;%APPVEYOR_BUILD_FOLDER%/devil;C:/Tools/vcpkg/installed/x64-windows ^
-DWITH_ASSIMPIMPORTER=OFF ^
-DWITH_BASISIMPORTER=OFF ^
-DWITH_DDSIMPORTER=ON ^
-DWITH_DEVILIMAGEIMPORTER=ON ^
-DWITH_DRFLACAUDIOIMPORTER=ON ^
Expand Down
1 change: 1 addition & 0 deletions package/ci/appveyor-rt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cmake .. ^
-DCMAKE_SYSTEM_VERSION=10.0 ^
-DCMAKE_PREFIX_PATH=%APPVEYOR_BUILD_FOLDER%/deps ^
-DWITH_ASSIMPIMPORTER=OFF ^
-DWITH_BASISIMPORTER=ON ^
-DWITH_DDSIMPORTER=ON ^
-DWITH_DEVILIMAGEIMPORTER=OFF ^
-DWITH_DRFLACAUDIOIMPORTER=OFF ^
Expand Down
1 change: 1 addition & 0 deletions package/ci/travis-android-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cmake .. \
-DCMAKE_PREFIX_PATH=$HOME/deps \
-DCMAKE_FIND_ROOT_PATH=$HOME/deps \
-DWITH_ASSIMPIMPORTER=OFF \
-DWITH_BASISIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DRFLACAUDIOIMPORTER=OFF \
-DWITH_DRMP3AUDIOIMPORTER=OFF \
Expand Down
1 change: 1 addition & 0 deletions package/ci/travis-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ cmake .. \
-DCMAKE_INSTALL_RPATH=$HOME/deps/lib \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_ASSIMPIMPORTER=ON \
-DWITH_BASISIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DEVILIMAGEIMPORTER=ON \
-DWITH_DRFLACAUDIOIMPORTER=ON \
Expand Down
1 change: 1 addition & 0 deletions package/ci/travis-emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ cmake .. \
-DCMAKE_INSTALL_PREFIX=$HOME/deps \
-DCMAKE_FIND_ROOT_PATH=$HOME/deps \
-DWITH_ASSIMPIMPORTER=OFF \
-DWITH_BASISIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DEVILIMAGEIMPORTER=OFF \
-DWITH_DRFLACAUDIOIMPORTER=ON \
Expand Down
1 change: 1 addition & 0 deletions package/ci/travis-ios-simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ cmake .. \
-DCORRADE_RC_EXECUTABLE=$HOME/deps-native/bin/corrade-rc \
-DCMAKE_INSTALL_PREFIX=$HOME/deps \
-DWITH_ASSIMPIMPORTER=OFF \
-DWITH_BASISIMPORTER=ON \
-DWITH_DDSIMPORTER=ON \
-DWITH_DEVILIMAGEIMPORTER=OFF \
-DWITH_DRFLACAUDIOIMPORTER=ON \
Expand Down

0 comments on commit 33540c9

Please sign in to comment.