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