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
4623301e1a
commit
77c66013db
1 changed files with 5 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ matrix:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- bazel
|
- bazel
|
||||||
osx_image: xcode12
|
osx_image: xcode12.2
|
||||||
env:
|
env:
|
||||||
- CXX_COMPILER=clang++ CC_COMPILER=clang
|
- CXX_COMPILER=clang++ CC_COMPILER=clang
|
||||||
|
|
||||||
|
|
@ -129,7 +129,10 @@ script:
|
||||||
- cmake --build . --config Release -- -j${JOBS}
|
- cmake --build . --config Release -- -j${JOBS}
|
||||||
- ctest --output-on-failure -C Release -j${JOBS}
|
- ctest --output-on-failure -C Release -j${JOBS}
|
||||||
- cd ..
|
- cd ..
|
||||||
- bazel test //... --curses no -j ${JOBS}
|
- |
|
||||||
|
if command -v bazel &> /dev/null; then
|
||||||
|
bazel test //... --curses no -j ${JOBS}
|
||||||
|
fi
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue