mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-23 11:32:20 +03:00
Force boost 1.54
This commit is contained in:
parent
daaeaf4a84
commit
82cbb31fbf
@ -10,5 +10,5 @@ before_install:
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -y g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX=g++-4.8; fi
|
||||
- sudo apt-get install -y libncursesw5-dev
|
||||
- sudo apt-get install -y libboost-regex-dev
|
||||
- sudo apt-get install -y libboost-regex1.54-dev
|
||||
script: cd src && make && make test
|
||||
|
Loading…
Reference in New Issue
Block a user