Update travis-script.sh

This commit is contained in:
Xawotihs
2015-11-16 23:20:20 +01:00
parent 0353da3d27
commit 9eff781103

View File

@@ -56,14 +56,14 @@ if [ "$BUILD_TYPE" = "Qt" ]; then
mkdir build_qt_widget
cd build_qt_widget
cmake -Dbackend_qt_widget=ON -Dbackend_qt_console=OFF ..
make -j4
make -j4 wagic
cd ..
# let's try an Intel linux binary in debug text-mode-only
mkdir build_qt_console
cd build_qt_console
cmake -Dbackend_qt_console=ON ..
make -j4
make -j4 wagic
cd ..
# Now we run the testsuite (Res needs to be in the working directory)