mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Fixed invalid configure command for Travis CI.
This commit is contained in:
parent
f995e59423
commit
a20cbee5a6
1 changed files with 3 additions and 1 deletions
|
|
@ -47,7 +47,9 @@ env:
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev
|
- sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev
|
||||||
- export CXX=$COMPILER
|
- export CXX=$COMPILER
|
||||||
- ./configure
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make VERBOSE=1
|
- make VERBOSE=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue