🐳 user Docker image to run CI

This commit is contained in:
Niels Lohmann 2021-01-24 13:57:29 +01:00
parent 2efc29540e
commit 579190152a
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -105,3 +105,14 @@ jobs:
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_clang_analyze
ci_build_gcc:
runs-on: ubuntu-latest
container:
image: nlohmann/json-ci:latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_test_gcc