mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
c553f88277
commit
1753b631f8
1 changed files with 5 additions and 3 deletions
|
@ -33,6 +33,8 @@ build:
|
|||
- -DBUILD_TESTING=OFF
|
||||
|
||||
test:
|
||||
script: |
|
||||
g++ -std=c++17 test.cc -o test -ledencommon_utils -lfolly
|
||||
./test | grep test
|
||||
dependencies:
|
||||
llvm.org: '*'
|
||||
script:
|
||||
- clang++ -std=c++17 test.cc -o test -ledencommon_utils -lfolly -lglog
|
||||
- ./test | grep test
|
||||
|
|
Loading…
Reference in a new issue