Merge branch 'master' of github.com:traintastic/traintastic

Dieser Commit ist enthalten in:
Reinder Feenstra 2022-09-01 23:54:44 +02:00
Commit 9fbe255e87

Datei anzeigen

@ -30,6 +30,16 @@ jobs:
build_deb: true
defines: ""
- name: "ubuntu_22.04"
os: ubuntu-22.04
generator: "Unix Makefiles"
arch: ""
target: traintastic-client
jobs: 2
build_type: Release
build_deb: true
defines: ""
- name: "raspberrypios_arm7"
os: [self-hosted, ARM, RaspberryPi]
generator: "Unix Makefiles"
@ -87,7 +97,7 @@ jobs:
# Ubuntu only:
- name: Install packages
if: startswith(matrix.config.os, 'ubuntu')
run: sudo apt install qt5-default libqt5svg5-dev
run: sudo apt install qtbase5-dev qtbase5-dev-tools libqt5svg5-dev
# All:
- name: Create Build Environment
@ -166,6 +176,18 @@ jobs:
defines: ""
ccov: false
- name: "ubuntu_22.04"
os: ubuntu-22.04
generator: "Unix Makefiles"
arch: ""
toolset: ""
target: all
jobs: 2
build_type: Release
build_deb: true
defines: ""
ccov: false
- name: "ubuntu_20.04 (debug+ccov)"
os: ubuntu-20.04
generator: "Unix Makefiles"