mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Add libcurl-dev and libcurlpp-dev to Travis CI package lists
This commit is contained in:
parent
cff81eb2ab
commit
271f4e3e08
@ -9,7 +9,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: ['g++-5', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev']
|
||||
packages: ['g++-5', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev', 'libcurl-dev', 'libcurlpp-dev']
|
||||
env:
|
||||
- CXX_COMPILER=g++-5
|
||||
- C_COMPILER=gcc-5
|
||||
@ -19,7 +19,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
|
||||
packages: ['clang-3.6', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev']
|
||||
packages: ['clang-3.6', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev', 'libcurl-dev', 'libcurlpp-dev']
|
||||
env:
|
||||
- CXX_COMPILER=clang++-3.6
|
||||
- C_COMPILER=clang-3.6
|
||||
@ -29,7 +29,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||
packages: ['clang-3.7', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev']
|
||||
packages: ['clang-3.7', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev', 'libcurl-dev', 'libcurlpp-dev']
|
||||
env:
|
||||
- CXX_COMPILER=clang++-3.7
|
||||
- C_COMPILER=clang-3.7
|
||||
@ -39,7 +39,7 @@ matrix:
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
|
||||
packages: ['clang-3.8', 'libc++-dev', 'libc++abi-dev', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev']
|
||||
packages: ['clang-3.8', 'libc++-dev', 'libc++abi-dev', 'qtbase5-dev', 'libboost1.55-dev', 'libssl-dev', 'libcurl-dev', 'libcurlpp-dev']
|
||||
env:
|
||||
- CXX_COMPILER=clang++-3.8
|
||||
- C_COMPILER=clang-3.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user