debug/release: Add minimal debug/release CI builds

This commit enables both a minimal DEBUG and minimal RELEASE build on
Travis-CI.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-05-07 15:15:40 -07:00
parent 37642f3b01
commit ec9143e976
3 changed files with 10 additions and 2 deletions

View File

@ -20,5 +20,6 @@ cmake \
-DBUILDTESTS=$BUILDTESTS \
-DWERROR=$WERROR \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
-H. \
-Bbuild