fix(openmp)

closes #3903
This commit is contained in:
Jacob Heider 2023-10-31 14:44:27 -04:00 committed by Jacob Heider
parent 1308e6ce78
commit 6f33f35333

View file

@ -45,6 +45,8 @@ build:
- -DOPENMP_ENABLE_LIBOMPTARGET=OFF
test:
dependencies:
llvm.org: '*'
script:
- g++ -Werror -Xpreprocessor -fopenmp test.cpp -std=c++11 -lomp -o test
- clang++ -Werror -Xpreprocessor -fopenmp test.cpp -std=c++11 -lomp -o test
- ./test