mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update ci
This commit is contained in:
parent
49d2429cf1
commit
60948a4810
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -108,11 +108,15 @@ before_script:
|
|||
- rm -rf build
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- cmake -G "Unix Makefiles" ..
|
||||
|
||||
script:
|
||||
- cmake --build . -- -j${JOBS}
|
||||
- ctest --output-on-failure -j${JOBS}
|
||||
- cmake -G "Unix Makefiles" ..
|
||||
- cmake --build . --config Debug -- -j${JOBS}
|
||||
- ctest --output-on-failure -C Debug -j${JOBS}
|
||||
- rm -rf ./*
|
||||
- cmake -G "Unix Makefiles" ..
|
||||
- cmake --build . --config Release -- -j${JOBS}
|
||||
- ctest --output-on-failure -C Release -j${JOBS}
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue