mirror of https://github.com/grpc/grpc.git
commit
878e4b61ae
2 changed files with 4 additions and 2 deletions
@ -1,4 +1,6 @@ |
||||
language: cpp |
||||
script: ./tools/run_tests/run_tests.py -lc -t -j2 |
||||
script: |
||||
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg |
||||
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt |
||||
notifications: |
||||
email: false |
||||
|
Loading…
Reference in new issue