👷 add CI step for ICPC
This commit is contained in:
parent
42acea3071
commit
0152bac2f3
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -111,5 +111,5 @@ jobs:
|
|||||||
run: cmake -S . -B build -DJSON_CI=On
|
run: cmake -S . -B build -DJSON_CI=On
|
||||||
- name: build
|
- name: build
|
||||||
run: >
|
run: >
|
||||||
. /opt/intel/oneapi/setvars.sh
|
. /opt/intel/oneapi/setvars.sh ;
|
||||||
cmake --build build --target ci_icpc
|
cmake --build build --target ci_icpc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user