Build both the debug and release builds
This commit is contained in:
+4
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user