Running test in Travis.
This commit is contained in:
parent
d42acc0cbb
commit
51d25a831f
|
|
@ -1,4 +1,4 @@
|
||||||
language: c
|
language: cpp
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
@ -6,6 +6,10 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- build_main_platforms
|
- build_main_platforms
|
||||||
|
- mkdir build && cd build
|
||||||
|
- cmake ..
|
||||||
|
- make
|
||||||
|
- test/unit-tests/unit-tests
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue