subsurface/.github/workflows/linux-eoan-5.12.yml
Dirk Hohndel 2f5d37e86e GitHub Actions: add Ubuntu 19.10 / Qt 5.12 build
And run tests for desktop and mobile.

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

24 lines
416 B
YAML

name: Linux Qt 5.12 Ubuntu 19.10
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