mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
On travis we do not need install prefix
This commit is contained in:
parent
676f5dad9c
commit
5a84aa1fd6
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ before_install:
|
|||
|
||||
script:
|
||||
- test -d _build || mkdir _build
|
||||
- test -d _install || mkdir _install
|
||||
- cd _build
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug -DACE_USE_EXTERNAL=1 ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DACE_USE_EXTERNAL=1 ..
|
||||
|
||||
- make -j4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue