🐳 user Docker image to run CI
This commit is contained in:
parent
2efc29540e
commit
579190152a
11
.github/workflows/ubuntu.yml
vendored
11
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user