Lines Matching +full:ubuntu +full:- +full:toolchain +full:- +full:r

2 # https://docs.travis-ci.com/user/customizing-the-build/
4 # http://lint.travis-ci.org/
13 - os: linux
16 group: deprecated-2017Q3
17 before_install: chmod -R +x ./ci/*platformio.sh
18 install: ./ci/install-platformio.sh
19 script: ./ci/build-platformio.sh
20 - os: linux
23 install: ./ci/install-linux.sh && ./ci/log-config.sh
24 script: ./ci/build-linux-bazel.sh
25 - os: linux
28 install: ./ci/install-linux.sh && ./ci/log-config.sh
29 script: ./ci/build-linux-bazel.sh
30 - os: linux
31 group: deprecated-2017Q4
33 install: ./ci/install-linux.sh && ./ci/log-config.sh
34 script: ./ci/build-linux-autotools.sh
35 env: VERBOSE=1 CXXFLAGS=-std=c++11
36 - os: linux
37 group: deprecated-2017Q4
39 env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
40 - os: linux
41 group: deprecated-2017Q4
43 env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments
44 - os: linux
46 …env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUC…
47 - os: osx
49 …nv: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=…
50 - os: osx
52 …nv: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=…
57 - ./ci/install-${TRAVIS_OS_NAME}.sh
58 - . ./ci/env-${TRAVIS_OS_NAME}.sh
59 - ./ci/log-config.sh
66 # List of whitelisted in travis packages for ubuntu-precise can be found here:
67 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
68 # List of whitelisted in travis apt-sources:
69 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
71 - ubuntu-toolchain-r-test
72 - llvm-toolchain-precise-3.9
74 - g++-4.9
75 - clang-3.9
79 - ccache
80 - gcc@4.9
81 - llvm@3.9