aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
blob: 722d2a329a904d52e665e5cf5c73584d90c7c58a (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
25
26
27
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
      env:
        SSRF_USER_EMAIL: ssrftest-u19@hohndel.org
        SSRF_USER_PASSWORD: ${{ secrets.cloudu19 }}
      run: |
        cd ..
        bash -x subsurface/.github/workflows/scripts/ubuntu-in-container-build.sh