CI: raspberry pi, disabled clang-tidy, raised jobs to 3
Dieser Commit ist enthalten in:
Ursprung
d38d11db46
Commit
9ec22a68ba
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -184,10 +184,10 @@ jobs:
|
||||
arch: ""
|
||||
toolset: ""
|
||||
target: all
|
||||
jobs: 2
|
||||
jobs: 3
|
||||
build_type: Release
|
||||
build_deb: true
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT -DDISABLE_CLANG_TIDY"
|
||||
ccov: false
|
||||
|
||||
- name: "raspberrypios_10_arm64"
|
||||
@ -196,10 +196,10 @@ jobs:
|
||||
arch: ""
|
||||
toolset: ""
|
||||
target: all
|
||||
jobs: 2
|
||||
jobs: 3
|
||||
build_type: Release
|
||||
build_deb: true
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT -DDISABLE_CLANG_TIDY"
|
||||
ccov: false
|
||||
|
||||
steps:
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren