👷 add CI step for ICPC

This commit is contained in:
Niels Lohmann 2021-12-30 11:08:27 +01:00
parent 3822537056
commit 42acea3071
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -107,9 +107,9 @@ jobs:
container: ghcr.io/nlohmann/json-ci:v2.2.0
steps:
- uses: actions/checkout@v2
- name: environment
run: . /opt/intel/oneapi/setvars.sh
- name: cmake
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_icpc
run: >
. /opt/intel/oneapi/setvars.sh
cmake --build build --target ci_icpc