aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 224e455e919fba8ee59cfc0ecad300c3a4ec1596 (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