diff options
author | Rat <gmstreetrat@gmail.com> | 2014-11-24 19:09:15 +0100 |
---|---|---|
committer | Rat <gmstreetrat@gmail.com> | 2014-11-24 19:09:15 +0100 |
commit | 33b9980e62894b30e3e9434c49281ceddf0e34ad (patch) | |
tree | f5256faf957eed076b8cf981918e52804adeefeb | |
parent | 2144d6c85159ad1e8529ef8e8ee1476e947fca92 (diff) |
travis test build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cb3d09c671c..802414baf6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - mysql -uroot -e 'create database test_mysql;' - mkdir bin - cd bin - - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=0 -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DNOJEM=1 -DCMAKE_BUILD_TYPE=Release + - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=0 -DUSE_COREPCH=0 -DUSE_SCRIPTPCH=1 -DTOOLS=1 -DSCRIPTS=0 -DSERVERS=1 -DNOJEM=1 -DCMAKE_BUILD_TYPE=Release script: - cd .. |