summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-trusty-5.12.yml
blob: 3b10a51d5cf9c715e9c0dbf0363e1a47eb3f7862 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Linux Qt 5.12
on:
  push:
    branches:
    - master
  pull_request:
    branches:
    - master

jobs:
  buildInContainer:
    runs-on: ubuntu-latest
    container:
      image: docker://dirkhh/trusty-qt512:0.7

    steps:
    - name: checkout sources
      uses: actions/checkout@v1

    - name: run build
      run: |
        cd ..
        bash -x subsurface/.github/workflows/scripts/linux-in-container-build.sh

    - name: create CI release
      if: github.event_name == 'pull_request'
      uses: ./.github/actions/release
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        GITHUB_REPO: ${{ github.repository }}
        REF: ${{ github.ref }}
        COMMIT: ${{ github.sha }}
        BIN1: ./Subsurface.AppImage

    - name: copy to transfer.sh
      if: github.event_name == 'push'
      run: |
        apt-get update
        apt-get install -y curl
        curl --upload-file Subsurface.AppImage "https://transfer.sh/Subsurface.AppImage