mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Added installation of dependencies.
This commit is contained in:
parent
5d4e931726
commit
566a241c3b
1 changed files with 1 additions and 7 deletions
|
|
@ -39,19 +39,13 @@ matrix:
|
|||
- clang-3.7
|
||||
env: COMPILER=clang++-3.7
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libboost-test-dev
|
||||
- libboost-system-dev
|
||||
- libcurl4-openssl-dev
|
||||
|
||||
env:
|
||||
global:
|
||||
- TELEBOTXX_BUILD_TESTS=ON
|
||||
- TELEBOTXX_GENERATE_DOC=OFF
|
||||
|
||||
before_script:
|
||||
- sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev
|
||||
- export CXX=$COMPILER
|
||||
- ./configure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue