diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-21 01:07:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 01:07:20 +0200 |
commit | 343c88f0a449e73972df80f6d3ab24d856b53536 (patch) | |
tree | 36549175a45e767f3463d6664949dfeffcea1cac /.travis.yml | |
parent | 77340773be04fad7f3d2d3da5f1c4681be365f7a (diff) |
Build without PCH to catch missing headers
+ changed to Debug build type
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5b061076fb..a1b804958f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - mysql -uroot -e 'create database test_mysql;' # bin directory already exists in the repo and therefore is not created here - cd bin - - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DWITH_PERFTOOLS=1 -DENABLE_EXTRA_LOGS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=check_install + - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -DUSE_COREPCH=0 -DUSE_SCRIPTPCH=0 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DWITH_PERFTOOLS=1 -DENABLE_EXTRA_LOGS=1 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=check_install - cd .. script: |