subsurface/.github/workflows/linux-eoan-5.12.yml
Dirk Hohndel 06de2a91ce GitHub Actions: use custom logins for cloud tests
This should reduce the risk of stepping on top of each other.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-01-01 15:11:20 -08:00

27 lines
525 B
YAML

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