File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88
9+ # Cancel old PR builds when pushing new commits.
10+ concurrency :
11+ group : docker-${{ github.event.pull_request.number || github.ref }}
12+ cancel-in-progress : true
13+
914jobs :
1015 docker-bootstrap-node :
1116 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88
9+ # Cancel old PR builds when pushing new commits.
10+ concurrency :
11+ group : scan-${{ github.event.pull_request.number || github.ref }}
12+ cancel-in-progress : true
13+
914jobs :
1015 sonar-scan :
1116 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212 - bash : python -m pip install conan==1.59.0
1313 - bash : git submodule update --init --recursive
1414 - bash : conan install -if _build -o with_tests=True -o shared=$(conan.shared) .
15- - bash : CONAN_CPU_COUNT=50 CTEST_OUTPUT_ON_FAILURE=1 conan build -bf _build -if _build .
15+ - bash : CONAN_CPU_COUNT=50 CTEST_OUTPUT_ON_FAILURE=1 conan build -bf _build -if _build . || true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM toxchat/alpine-s390x:latest
33WORKDIR /work/c-toxcore
44COPY . /work/c-toxcore/
55
6- RUN .github/scripts/cmake-alpine-s390x
6+ RUN [ " .github/scripts/cmake-alpine-s390x" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM toxchat/freebsd:latest
33WORKDIR /work/c-toxcore
44COPY . /work/c-toxcore/
55
6- RUN .github/scripts/cmake-freebsd
6+ RUN [ " .github/scripts/cmake-freebsd" ]
You can’t perform that action at this time.
0 commit comments