diff --git a/.travis.yml b/.travis.yml index dc4f5e225..c4a13c36d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ sudo: notifications: email: true +env: + - CONFIG=debug + - CONFIG=release + services: - docker @@ -19,7 +23,7 @@ script: cd build && ./premake5-linux64 --with-examples gmake && cd gmake && - make -j4 -f NazaraEngine.make + make -j4 -f NazaraEngine.make config=$(CONFIG)dynamic_x64 " #after_script: