summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: db9feb8cc25970dd69dc8bf0ff9815b2bc532fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c
sudo: false
addons:
  apt:
    packages:
      - gnat
script:
  - ./configure
  - make
  - export GHDL=$PWD/ghdl_mcode
  - cd testsuite
  - gnatmake get_entities
  - ./testsuite.sh