1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-28 10:28:21 +01:00
antd-lua-plugin/lib/ann/fann/.travis.yml
2018-09-19 15:08:49 +02:00

28 lines
417 B
YAML

sudo: false
language: cpp
compiler:
- gcc
addons:
apt:
sources:
- llvm-toolchain-precise
- ubuntu-toolchain-r-test
packages:
- clang-3.7
- g++-5
- gcc-5
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
before_script:
- cmake .
script:
- make
- ./tests/fann_tests