mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:03:23 +00:00
GitHub Actions: better job names
This makes it more obvious which action actually failed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
08c72605aa
commit
de194d56be
8 changed files with 8 additions and 8 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildAndroid:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/android-build-container:5.15.1
|
||||
|
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
mobileBuild:
|
||||
iOSBuild:
|
||||
runs-on: macOS-10.15
|
||||
steps:
|
||||
- name: switch to Xcode 11
|
||||
|
|
2
.github/workflows/linux-eoan-5.12.yml
vendored
2
.github/workflows/linux-eoan-5.12.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildUbuntuEoan:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:20.04
|
||||
|
|
2
.github/workflows/linux-groovy-5.14.yml
vendored
2
.github/workflows/linux-groovy-5.14.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildUbuntuFocal:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:20.10
|
||||
|
|
2
.github/workflows/linux-trusty-5.12.yml
vendored
2
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildAppImage:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/trusty-qt512:1.0
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildOpenSUSElatest:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: opensuse/tumbleweed:latest
|
||||
|
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
desktopBuild:
|
||||
buildMac:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- name: checkout sources
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildInContainer:
|
||||
buildWindows:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/mxe-build-container:2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue