mirror of
https://github.com/mangosfour/server.git
synced 2026-01-11 10:37:06 +00:00
updated travis - added external ace lib usage
This commit is contained in:
parent
e9687790a3
commit
c4faf3a816
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ script:
|
|||
- test -d _build || mkdir _build
|
||||
- test -d _install || mkdir _install
|
||||
- cd _build
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug -DWITH_MOD_SCRIPTDEV2=0 ..
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug -DACE_USE_EXTERNAL=1 ..
|
||||
|
||||
- make -j4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue