mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
typo in travis
This commit is contained in:
parent
729ca1bfdd
commit
ac38274165
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ before_script:
|
|||
- cd -
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DBUILD_WITH_CODE_COVERAGE=1 -DBUILD_UNITTESTS=1 DBUILD_WITH_DPKG=1
|
||||
- cmake .. -DBUILD_WITH_CODE_COVERAGE=1 -DBUILD_UNITTESTS=1 -DBUILD_WITH_DPKG=1
|
||||
script:
|
||||
- make -j4
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue