parent
96866c1c9a
commit
b6c4688f54
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
language: cpp |
||||
sudo: false |
||||
before_install: |
||||
- export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH |
||||
script: |
||||
- ./make.sh |
||||
- make check |
||||
compiler: |
||||
- clang |
||||
- gcc |
Loading…
Reference in new issue