File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33
44jobs :
55 test :
6- runs-on : self-hosted
6+ runs-on : ubuntu-latest
77 strategy :
88 matrix :
99 include :
2727 - name : Build
2828 run : |
2929 cmake -B build -DBUILD_TESTING=ON ${{ matrix.build_args }}
30- cmake --build build -j4
31- cmake --install build
30+ cmake --build build -j2
Original file line number Diff line number Diff line change 99
1010jobs :
1111 build_container_and_push :
12- runs-on : self-hosted
12+ runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
1515 dockerfile : ["gnu","intel","cuda"]
Original file line number Diff line number Diff line change 2424 GTEST_COLOR : ' yes'
2525 run : |
2626 cmake -B build -DBUILD_TESTING=ON
27- cmake --build build -j16
27+ cmake --build build -j8
28+ cmake --install build
29+ cmake --build build --target test ARGS="-V"
You can’t perform that action at this time.
0 commit comments