summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b671900398dbd7ef968113cd5b05136ebd7f4f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: c
sudo: required
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y gnat
script:
  - ./configure
  - make
  - export GHDL=$PWD/ghdl_mcode
  - cd testsuite
  - gnatmake get_entities
  - ./testsuite.sh