mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-27 19:55:14 +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:
|
||||
- sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev
|
||||
- export CXX=$COMPILER
|
||||
- ./configure
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
||||
script:
|
||||
- make VERBOSE=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue