[BACK]Return to .travis.yml CVS log [TXT][DIR] Up to [local] / acopm

File: [local] / acopm / .travis.yml (download)

Revision 1.1, Sat May 8 15:42:17 2021 UTC (2 years, 11 months ago) by bountyht
Branch point for: MAIN

Initial revision

# Travis-CI Build Script for AlphaChat/ACOPM
# See https://travis-ci.org/ for details

language: c
sudo: false
os: linux

notifications:
  email: false

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
      - llvm-toolchain-precise-3.9
      - llvm-toolchain-precise
    packages:
      - clang-3.9
      - clang-5.0
      - gcc-5
      - gcc-6
      - automake
      - autoconf
      - libconfig-dev
      - libevent-dev

compiler:
  - clang-3.9
  - clang-5.0
  - gcc-5
  - gcc-6

env:
  - TRAVIS_MBEDTLS=no
  - TRAVIS_MBEDTLS=yes

git:
  submodules: false

script:
  - ./.travis/build.sh