Merge branch 'interface-controller' of github.com:traintastic/traintastic into interface-controller
Dieser Commit ist enthalten in:
Commit
a5706776f0
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -98,6 +98,11 @@ jobs:
|
||||
- name: Install packages
|
||||
if: startswith(matrix.config.os, 'ubuntu')
|
||||
run: sudo apt install qt5-default libqt5svg5-dev
|
||||
|
||||
# Ubuntu 18.04 only:
|
||||
- name: Install g++-8
|
||||
if: matrix.config.os == 'ubuntu-18.04'
|
||||
run: sudo apt install g++-8
|
||||
|
||||
# All:
|
||||
- name: Create Build Environment
|
||||
@ -242,6 +247,11 @@ jobs:
|
||||
if: startswith(matrix.config.os, 'ubuntu')
|
||||
run: sudo apt install liblua5.3-dev lcov libarchive-dev
|
||||
|
||||
# Ubuntu 18.04 only:
|
||||
- name: Install g++-8
|
||||
if: matrix.config.os == 'ubuntu-18.04'
|
||||
run: sudo apt install g++-8
|
||||
|
||||
# All:
|
||||
- name: Create Build Environment
|
||||
# Some projects don't allow in-source building, so create a separate build directory
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren