mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1308e6ce78
commit
6f33f35333
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue