mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
f87275b804
commit
06de2a91ce
3 changed files with 9 additions and 0 deletions
3
.github/workflows/linux-bionic-5.9.yml
vendored
3
.github/workflows/linux-bionic-5.9.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/linux-eoan-5.12.yml
vendored
3
.github/workflows/linux-eoan-5.12.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue