This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1724 from advancedtelematic/feat/more-clang-tidy
Feat/more clang tidy
- Loading branch information
Showing
57 changed files
with
205 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,11 @@ jobs: | |
run: docker run -v "$PWD:$PWD" -w "$PWD" $DARGS -t "$DOCKER_TAG" ./scripts/test.sh | ||
|
||
static-checks: | ||
name: Static checks on Debian Testing | ||
name: Static checks on Ubuntu Focal | ||
runs-on: ubuntu-latest | ||
env: | ||
DOCKER_TAG: docker.pkg.github.com/advancedtelematic/aktualizr/aktualizr-ci:debian-testing-master | ||
DOCKERFILE: docker/Dockerfile.debian.testing | ||
DOCKER_TAG: docker.pkg.github.com/advancedtelematic/aktualizr/aktualizr-ci:ubuntu-focal-master | ||
DOCKERFILE: docker/Dockerfile.ubuntu.focal | ||
DARGS: >- | ||
-eCCACHE_DIR | ||
-eTEST_CC=clang | ||
|
@@ -74,9 +74,9 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
path: ${{ github.workspace }}/.ccache | ||
key: debian-testing-${{ github.run_id }} | ||
key: ubuntu-focal-${{ github.run_id }} | ||
restore-keys: | | ||
debian-testing-${{ github.run_id }} | ||
debian-testing- | ||
ubuntu-focal-${{ github.run_id }} | ||
ubuntu-focal- | ||
- name: Test | ||
run: docker run -v "$PWD:$PWD" -w "$PWD" $DARGS -t "$DOCKER_TAG" ./scripts/test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.