Sha256: 58ae3aedfe8f112eb347c51a17b524285e96253439436d59e713346ccfd4884b
Contents?: true
Size: 877 Bytes
Versions: 39
Compression:
Stored size: 877 Bytes
Contents
--- sudo: required language: cpp matrix: include: - os: osx env: HOST=arm-apple-darwin - os: linux compiler: gcc env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"' - os: linux compiler: gcc - os: linux compiler: gcc env: CONFIGURE_OPTIONS=--disable-shared - os: linux compiler: clang - os: linux compiler: clang env: CONFIGURE_OPTIONS=--disable-shared - os: linux env: HOST=moxie-elf MEVAL='export PATH=/opt/moxielogic/bin:$PATH && CC=moxie-elf-gcc && CXX=moxie-elf-g++' LDFLAGS=-Tsim.ld RUNTESTFLAGS="--target_board moxie-sim" DEJAGNU="$TRAVIS_BUILD_DIR/.travis/site.exp" before_install: - if test x"$MEVAL" != x; then eval ${MEVAL}; fi install: - ./.travis/install.sh script: - if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi - ./.travis/build.sh
Version data entries
39 entries across 29 versions & 11 rubygems