diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f977da6..224e455 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 |