Use clang

This commit is contained in:
Siarhei Fedartsou 2024-05-11 16:30:25 +02:00
parent 7475ac46b3
commit 9071ba7fba

View File

@ -620,6 +620,7 @@ jobs:
cd build cd build
cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release .. cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc) benchmarks make -j$(nproc) benchmarks
cd ..
make -C test/data make -C test/data
- name: Run Benchmark on Master Branch - name: Run Benchmark on Master Branch
run: | run: |
@ -635,6 +636,7 @@ jobs:
cd build cd build
cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release .. cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc) benchmarks make -j$(nproc) benchmarks
cd ..
make -C test/data make -C test/data
- name: Run Benchmark on Master Branch - name: Run Benchmark on Master Branch
run: | run: |