CI: added raspberry pi arm7 (32bit)
Dieser Commit ist enthalten in:
Ursprung
bf08369357
Commit
00d6ec0ab6
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -37,6 +37,15 @@ jobs:
|
||||
build_deb: true
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~ubuntu~focal~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
|
||||
|
||||
- name: "raspberrypios_10_arm7"
|
||||
os: [self-hosted, ARM, RaspberryPi]
|
||||
generator: "Unix Makefiles"
|
||||
arch: ""
|
||||
target: traintastic-client
|
||||
build_type: Release
|
||||
build_deb: true
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
|
||||
|
||||
- name: "raspberrypios_10_arm64"
|
||||
os: [self-hosted, ARM64, RaspberryPi]
|
||||
generator: "Unix Makefiles"
|
||||
@ -203,6 +212,17 @@ jobs:
|
||||
defines: "-DCODE_COVERAGE=ON"
|
||||
ccov: true
|
||||
|
||||
- name: "raspberrypios_10_arm7"
|
||||
os: [self-hosted, ARM, RaspberryPi]
|
||||
generator: "Unix Makefiles"
|
||||
arch: ""
|
||||
toolset: ""
|
||||
target: traintastic-server
|
||||
build_type: Release
|
||||
build_deb: true
|
||||
defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT"
|
||||
ccov: false
|
||||
|
||||
- name: "raspberrypios_10_arm64"
|
||||
os: [self-hosted, ARM64, RaspberryPi]
|
||||
generator: "Unix Makefiles"
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren