mirror of https://github.com/procxx/kepka.git
Add compilation to travis
This commit is contained in:
parent
631dcd84a7
commit
430d09ddb3
|
@ -50,5 +50,8 @@ before_install:
|
||||||
- sudo update-alternatives --config gcc
|
- sudo update-alternatives --config gcc
|
||||||
- g++ --version
|
- g++ --version
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- cmake .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- .travis/build.sh
|
- make -j2
|
||||||
|
|
Loading…
Reference in New Issue