This commit is contained in:
Siarhei Fedartsou 2024-11-03 13:28:56 +01:00
parent b9d095e644
commit c46f92b6c3

View File

@ -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: |