👷 add CI step for ICPC

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

View File

@ -111,5 +111,5 @@ jobs:
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: >
. /opt/intel/oneapi/setvars.sh
. /opt/intel/oneapi/setvars.sh ;
cmake --build build --target ci_icpc