summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
blob: 12b6f56c89bdf973e9a053aaf80ab7daa79b64fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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