Build both the debug and release builds

This commit is contained in:
Kristian Sloth Lauszus
2018-05-02 10:47:25 +02:00
parent 66252eabf0
commit 10802f3f73
+4 -2
View File
@@ -16,8 +16,10 @@ before_script:
script: script:
- eclipse -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import $TRAVIS_BUILD_DIR/left/build -import $TRAVIS_BUILD_DIR/right/build -build all - eclipse -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import $TRAVIS_BUILD_DIR/left/build -import $TRAVIS_BUILD_DIR/right/build -build all
- make -j2 -C left - make -C left clean && make -j2 -C left DEBUG=1
- make -j2 -C right - make -C left clean && make -j2 -C left DEBUG=0
- make -C right clean && make -j2 -C right DEBUG=1
- make -C right clean && make -j2 -C right DEBUG=0
matrix: matrix:
include: include: