1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15770 from aabadie/pr/ci/docker_static-test-tools

ci: use riot/static-test-tools Docker image with static-tests and doc-build
This commit is contained in:
Martine Lenders 2021-01-26 16:35:05 +01:00 committed by GitHub
commit 61fd822efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ version: 2
jobs:
doc-build:
docker:
- image: riot/riotbuild
- image: riot/static-test-tools
steps:
- checkout
- run: make doc

View File

@ -28,8 +28,8 @@ jobs:
git config diff.renameLimit 16384
fi
git config apply.whitespace nowarn
- name: Fetch riot/riotbuild Docker image
run: docker pull riot/riotbuild:latest
- name: Fetch riot/static-test-tools Docker image
run: docker pull riot/static-test-tools:latest
- name: Run static-tests
run: |
# Note: ${{ github.base_ref }} is empty when not in a PR
@ -37,5 +37,5 @@ jobs:
-e CI_BASE_BRANCH=${{ github.base_ref }} \
-e GITHUB_RUN_ID=${GITHUB_RUN_ID} \
-v $(pwd):/data/riotbuild \
riot/riotbuild:latest \
riot/static-test-tools:latest \
make static-test