Use clang
This commit is contained in:
parent
7475ac46b3
commit
9071ba7fba
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user