|
@@ -18,6 +18,7 @@ addons:
|
|
|
- libssl-dev
|
|
|
sources:
|
|
|
- kubuntu-backports
|
|
|
+ - ubuntu-toolchain-r-test
|
|
|
|
|
|
before_install:
|
|
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
|
@@ -41,6 +42,8 @@ before_script:
|
|
|
# Check some settings of the build server
|
|
|
- uname -a
|
|
|
- pwd
|
|
|
+ - apt-cache search gcc | grep "GNU C compiler"
|
|
|
+ - apt-cache search clang | grep compiler
|
|
|
- if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then brew install openssl@1.1 ;fi
|
|
|
# Generate the build scripts with CMake
|
|
|
- mkdir output
|