aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 565bf5e633bbcb3f17c23765802eecc67ad3a8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: required
language:
    - python
    - c
python: "3.5"
compiler: gcc
install:
    - sudo apt-get update -qq
    - sudo apt-get install -qq doxygen libtool automake autoconf
    - sudo python -m pip install pytest
script:
    - ./makeconf.sh
    - ./configure
    - make -j4
    - doxygen doc/Doxyfile
    - python -m pytest test/