summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
blob: 4bd71d4435f31493064b957634a3a14ec25c63f8 (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: 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