subsurface/.github/workflows/linux-trusty-5.12.yml
Dirk Hohndel 6b334ac7d9 GitHub Actions: improve naming and location of files
Just to make things a little more consistent.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-10-18 20:46:01 -07:00

26 lines
625 B
YAML

name: Linux Qt 5.12
on: push
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