fix(edencommon)

closes #3690
This commit is contained in:
Jacob Heider 2023-10-18 14:54:29 -04:00 committed by Jacob Heider
parent c553f88277
commit 1753b631f8

View file

@ -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