Commit f01cddb1 by Edward Thomson

ci: update nightly to use source path

parent 631ae5a6
...@@ -8,7 +8,7 @@ on: ...@@ -8,7 +8,7 @@ on:
env: env:
docker-registry: docker.pkg.github.com docker-registry: docker.pkg.github.com
docker-config-path: ci/docker docker-config-path: source/ci/docker
jobs: jobs:
# Run our nightly builds. We build a matrix with the various build # Run our nightly builds. We build a matrix with the various build
...@@ -218,7 +218,7 @@ jobs: ...@@ -218,7 +218,7 @@ jobs:
path: source path: source
fetch-depth: 0 fetch-depth: 0
- name: Set up build environment - name: Set up build environment
run: ci/setup-${{ matrix.platform.setup-script }}.sh run: source/ci/setup-${{ matrix.platform.setup-script }}.sh
shell: bash shell: bash
if: matrix.platform.setup-script != '' if: matrix.platform.setup-script != ''
- name: Setup QEMU - name: Setup QEMU
...@@ -226,7 +226,7 @@ jobs: ...@@ -226,7 +226,7 @@ jobs:
if: matrix.platform.container.qemu == true if: matrix.platform.container.qemu == true
- name: Download container - name: Download container
run: | run: |
"${{ github.workspace }}/ci/getcontainer.sh" "${{ matrix.platform.container.name }}" "${{ matrix.platform.container.dockerfile }}" "${{ github.workspace }}/source/ci/getcontainer.sh" "${{ matrix.platform.container.name }}" "${{ matrix.platform.container.dockerfile }}"
env: env:
DOCKER_REGISTRY: ${{ env.docker-registry }} DOCKER_REGISTRY: ${{ env.docker-registry }}
GITHUB_TOKEN: ${{ secrets.github_token }} GITHUB_TOKEN: ${{ secrets.github_token }}
...@@ -272,15 +272,16 @@ jobs: ...@@ -272,15 +272,16 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: source
fetch-depth: 0 fetch-depth: 0
- name: Download container - name: Download container
run: | run: |
"${{ github.workspace }}/ci/getcontainer.sh" xenial "${{ github.workspace }}/source/ci/getcontainer.sh" xenial
env: env:
DOCKER_REGISTRY: ${{ env.docker-registry }} DOCKER_REGISTRY: ${{ env.docker-registry }}
GITHUB_TOKEN: ${{ secrets.github_token }} GITHUB_TOKEN: ${{ secrets.github_token }}
working-directory: ${{ env.docker-config-path }} working-directory: ${{ env.docker-config-path }}
- name: Run Coverity - name: Run Coverity
run: ci/coverity.sh run: source/ci/coverity.sh
env: env:
COVERITY_TOKEN: ${{ secrets.coverity_token }} COVERITY_TOKEN: ${{ secrets.coverity_token }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment