mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add clang release builds to CI
This commit is contained in:
committed by
Nik Bougalis
parent
a0b862bbf7
commit
8e38d8e6f0
@@ -234,10 +234,16 @@ matrix:
|
|||||||
- BUILD_TYPE=Debug
|
- BUILD_TYPE=Debug
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
compiler: clang-9
|
compiler: clang-9
|
||||||
name: clang-9
|
name: clang-9, debug
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
|
- MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
|
||||||
- BUILD_TYPE=Debug
|
- BUILD_TYPE=Debug
|
||||||
|
- <<: *linux
|
||||||
|
compiler: clang-9
|
||||||
|
name: clang-9, release
|
||||||
|
env:
|
||||||
|
- MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
|
||||||
|
- BUILD_TYPE=Release
|
||||||
# verify build with min version of cmake
|
# verify build with min version of cmake
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
compiler: gcc-8
|
compiler: gcc-8
|
||||||
|
|||||||
Reference in New Issue
Block a user