File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -719,18 +719,18 @@ jobs:
719719 # make -j$(nproc) benchmarks
720720 # cd ..
721721 # make -C test/data
722- # - name: Build PR Branch
723- # run: |
724- # cd pr
725- # npm ci --ignore-scripts
726- # cd ..
727- # mkdir -p pr/build
728- # cd pr/build
729- # cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
730- # make -j$(nproc)
731- # make -j$(nproc) benchmarks
732- # cd ..
733- # make -C test/data
722+ - name : Build PR Branch
723+ run : |
724+ cd pr
725+ npm ci --ignore-scripts
726+ cd ..
727+ mkdir -p pr/build
728+ cd pr/build
729+ cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
730+ make -j$(nproc)
731+ make -j$(nproc) benchmarks
732+ cd ..
733+ make -C test/data
734734 # we run benchmarks in tmpfs to avoid impact of disk IO
735735 - name : Create folder for tmpfs
736736 run : |
You can’t perform that action at this time.
0 commit comments