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>
This commit is contained in:
Dirk Hohndel 2019-12-31 19:07:07 -08:00
parent f87275b804
commit 06de2a91ce
3 changed files with 9 additions and 0 deletions

View file

@ -30,6 +30,9 @@ jobs:
qtquickcontrols2-5-dev xvfb
- name: run build
env:
SSRF_USER_EMAIL: ssrftest-u18@hohndel.org
SSRF_USER_PASSWORD: ${{ secrets.cloudu18 }}
run: |
cd ..
bash -x subsurface/scripts/build.sh -desktop -build-with-webkit

View file

@ -18,6 +18,9 @@ jobs:
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

View file

@ -21,6 +21,9 @@ jobs:
curl --output Qt-5.13.0-mac.tar.xz https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.13.0-mac.tar.xz
tar -xJ -C Qt/5.13.0 -f Qt-5.13.0-mac.tar.xz
- name: build Subsurface
env:
SSRF_USER_EMAIL: ssrftest-mac@hohndel.org
SSRF_USER_PASSWORD: ${{ secrets.cloudmac }}
run: |
cd ${GITHUB_WORKSPACE}/..
export QT_ROOT=${GITHUB_WORKSPACE}/Qt/5.13.0/clang_64