aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-01-07 05:38:19 +0100
committerTristan Gingold <gingold@adacore.com>2016-01-07 05:38:19 +0100
commita536ab7b8925451f27c0a3a19bac09af4aaa949a (patch)
tree1ede339645f4a21ba66be58dab847fa7593bde3b /.travis.yml
parentce1a667201dbba3d921c491c351571f246cd35c9 (diff)
downloadghdl-a536ab7b8925451f27c0a3a19bac09af4aaa949a.tar.gz
ghdl-a536ab7b8925451f27c0a3a19bac09af4aaa949a.tar.bz2
ghdl-a536ab7b8925451f27c0a3a19bac09af4aaa949a.zip
travis: adjust previous patch.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f977da61d..224e455e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ before_install:
script:
- ./configure
- make
- - cd testsuite; gnatmake get_entities
- - pwd
- - cd testsuite; GHDL=$PWD/../ghdl_mcode ./testsuite
+ - export GHDL=$PWD/ghdl_mcode
+ - cd testsuite
+ - gnatmake get_entities
+ - ./testsuite