aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-12 20:40:30 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-12 20:40:30 +0100
commitdf79c94e9ca59698e94a6252eac381e7d59f9b49 (patch)
tree0abb0797042190e8abd48e48f057d1a080626a36 /.travis.yml
parent8f075593499f3ffba9b688cf214b0ed1fe66f155 (diff)
downloadghdl-df79c94e9ca59698e94a6252eac381e7d59f9b49.tar.gz
ghdl-df79c94e9ca59698e94a6252eac381e7d59f9b49.tar.bz2
ghdl-df79c94e9ca59698e94a6252eac381e7d59f9b49.zip
travis: Use an external script to build and test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index db9feb8cc..22b042efd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,4 @@ addons:
apt:
packages:
- gnat
-script:
- - ./configure
- - make
- - export GHDL=$PWD/ghdl_mcode
- - cd testsuite
- - gnatmake get_entities
- - ./testsuite.sh
+script: ./dist/travis-ci.sh