subsurface/.github/workflows/linux-trusty-5.12.yml
Dirk Hohndel a07c2feb95 GitHub Actions: run them on pull requests as well
I wonder if this will cause issues where the actions sometimes run
twice.  But we'll deal with that rather than dealing with not having the
tests on pull requests.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-10-25 14:13:15 +02:00

26 lines
641 B
YAML

name: Linux Qt 5.12
on: [push, pull_request]
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
uses: ./.github/actions/release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}
REF: ${{ github.ref }}
COMMIT: ${{ github.sha }}
BIN1: ./Subsurface.AppImage