OpenFPGA/.travis.yml

58 lines
797 B
YAML
Raw Normal View History

2018-12-14 15:05:31 -06:00
language: cpp
2018-12-14 15:16:04 -06:00
#dist: trusty
2018-12-14 16:30:25 -06:00
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test # For newer GCC
- george-edison55-precise-backports # For cmake
packages:
- autoconf
- automake
- bash
- bison
- build-essential
- cmake
- ctags
- curl
- doxygen
- flex
- fontconfig
- g++-4.9
- gcc-4.9
- gdb
- git
- gperf
- libcairo2-dev
- libevent-dev
- libfontconfig1-dev
- liblist-moreutils-perl
- libncurses5-dev
- libx11-dev
- libxft-dev
- libxml++2.6-dev
- perl
- python
- texinfo
- time
- valgrind
- zip
- qt5-default
2018-12-14 15:05:31 -06:00
# Compiler
compiler:
- gcc
before_install:
install:
2018-12-14 17:13:05 -06:00
script: make
2018-12-14 15:05:31 -06:00
after_failure:
- echo "success"
after_success:
- echo "failure"