File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2727 cmake -S . -B build -Wdev -DCMAKE_INSTALL_PREFIX:PATH="${HOME}/OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug" ..
2828 cmake --build build -j $(nproc)
2929 cmake --build build -t install -j $(nproc) || echo "installation failed"
30- ctest --output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200
31- make install
30+ ctest --test-dir build -- output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200
31+ cd build
3232 make uninstall
Original file line number Diff line number Diff line change 5454 cmake -Wdev -G "Unix Makefiles" -S . -B build -DCMAKE_INSTALL_PREFIX="${HOME}/apps/OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug"
5555 cmake --build build -j
5656 cmake --build build -t install -j || echo "installation failed"
57- cd build
58- ctest --output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200
59- cd ..
57+ ctest --test-dir build --output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200
6058 echo "${HOME}/apps/OpenCoarrays/bin" >> $GITHUB_PATH
6159 export PATH="${HOME}/apps/OpenCoarrays/bin:${PATH}"
6260 which caf || true
You can’t perform that action at this time.
0 commit comments