subsurface/.github/workflows/linux-eoan-5.12.yml
Dirk Hohndel 932031bf4c GitHub Actions: better names for the Linux builds
This makes it easier to figure out which build is doing what.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-12-30 17:43:31 -08:00

24 lines
412 B
YAML

name: Ubuntu 19.10 / Qt 5.12
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
buildInContainer:
runs-on: ubuntu-latest
container:
image: ubuntu:19.10
steps:
- name: checkout sources
uses: actions/checkout@v1
- name: run build
run: |
cd ..
bash -x subsurface/.github/workflows/scripts/ubuntu-in-container-build.sh