~use clang instead of g++
This commit is contained in:
parent
ea6d685df4
commit
a4d2bf8b75
@ -22,7 +22,7 @@ make_test:
|
|||||||
- docker-ci
|
- docker-ci
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y g++ make cmake clang-tidy
|
- apt-get install -y clang make cmake clang-tidy
|
||||||
- git clone https://github.com/catchorg/Catch2.git
|
- git clone https://github.com/catchorg/Catch2.git
|
||||||
- cd Catch2
|
- cd Catch2
|
||||||
- cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
- cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
||||||
@ -40,7 +40,7 @@ cmake_build:
|
|||||||
- docker-ci
|
- docker-ci
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y g++ make cmake clang-tidy
|
- apt-get install -y clang make cmake clang-tidy
|
||||||
- git clone https://github.com/catchorg/Catch2.git
|
- git clone https://github.com/catchorg/Catch2.git
|
||||||
- cd Catch2
|
- cd Catch2
|
||||||
- cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
- cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user