Don't run the test for TGUIConfig.cmake when using an SFML version without SFMLConfig.cmake
parent
679a300875
commit
558b8b9410
|
@ -32,10 +32,3 @@ make -j2
|
|||
cd tests/
|
||||
./tests
|
||||
cd ../..
|
||||
|
||||
# Test the TGUIConfig.cmake file
|
||||
cd tests/cmake
|
||||
cmake -DCMAKE_MODULE_PATH=$SFML_ROOT/share/SFML/cmake/Modules/ -DSFML_ROOT=$SFML_ROOT -DTGUI_DIR=$TRAVIS_BUILD_DIR/$BUILD_FOLDER .
|
||||
make
|
||||
test -e TguiTest
|
||||
cd ../..
|
||||
|
|
|
@ -22,10 +22,3 @@ cd build
|
|||
cmake -DTGUI_BUILD_FRAMEWORK=TRUE -DSFML_INCLUDE_DIR=$SFML_ROOT/lib/SFML.framework -DTGUI_OPTIMIZE_SINGLE_BUILD=TRUE ..
|
||||
make -j2
|
||||
cd ..
|
||||
|
||||
# Test the TGUIConfig.cmake file
|
||||
cd tests/cmake
|
||||
cmake -DCMAKE_MODULE_PATH=$SFML_ROOT/share/SFML/cmake/Modules/ -DSFML_ROOT=$SFML_ROOT -DTGUI_DIR=$TRAVIS_BUILD_DIR/build .
|
||||
make
|
||||
test -e TguiTest
|
||||
cd ../..
|
||||
|
|
Loading…
Reference in New Issue