update travis config
This commit is contained in:
parent
3bba2f1811
commit
c6728b3cd8
|
@ -3,5 +3,5 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
script:
|
||||
- make && make no-act
|
||||
- make debug && make no-act
|
||||
- cd build && cmake .. && make && make no-act
|
||||
- cd build && cmake -DCMAKE_BULD_TYPE=Debug .. && make && make no-act
|
||||
|
|
Loading…
Reference in New Issue