mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-23 19:46:33 +03:00
Add .travis.yml config
This commit is contained in:
parent
43cfc48efc
commit
e8d658eaf9
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
compiler: clang
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y libncursesw5-dev
|
||||
- sudo apt-get install -y libboost-regex-dev
|
||||
script: cd src && make && make test
|
Loading…
Reference in New Issue
Block a user