wip
This commit is contained in:
parent
b9d095e644
commit
c46f92b6c3
24
.github/workflows/osrm-backend.yml
vendored
24
.github/workflows/osrm-backend.yml
vendored
@ -719,18 +719,18 @@ jobs:
|
|||||||
# make -j$(nproc) benchmarks
|
# make -j$(nproc) benchmarks
|
||||||
# cd ..
|
# cd ..
|
||||||
# make -C test/data
|
# make -C test/data
|
||||||
# - name: Build PR Branch
|
- name: Build PR Branch
|
||||||
# run: |
|
run: |
|
||||||
# cd pr
|
cd pr
|
||||||
# npm ci --ignore-scripts
|
npm ci --ignore-scripts
|
||||||
# cd ..
|
cd ..
|
||||||
# mkdir -p pr/build
|
mkdir -p pr/build
|
||||||
# cd pr/build
|
cd pr/build
|
||||||
# cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
|
cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
|
||||||
# make -j$(nproc)
|
make -j$(nproc)
|
||||||
# make -j$(nproc) benchmarks
|
make -j$(nproc) benchmarks
|
||||||
# cd ..
|
cd ..
|
||||||
# make -C test/data
|
make -C test/data
|
||||||
# we run benchmarks in tmpfs to avoid impact of disk IO
|
# we run benchmarks in tmpfs to avoid impact of disk IO
|
||||||
- name: Create folder for tmpfs
|
- name: Create folder for tmpfs
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user