aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 20:46:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-06 07:30:46 +0100
commit99853361819bff87e7cf8103c5205721ec195c32 (patch)
tree29a6dda1199534497f5a09ea1268aa3a619c41b8 /.travis.yml
parent301f442a6e66a83b47ed7d40e5b61389b9c33446 (diff)
downloadghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.gz
ghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.bz2
ghdl-99853361819bff87e7cf8103c5205721ec195c32.zip
mv dist/* scripts/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 61e88e155..8ab8fbaf3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ dist: xenial
services: docker
language: minimal
install: skip
-script: ./dist/ci-run.sh -c $TARGS
+script: ./scripts/ci-run.sh -c $TARGS
# For each linux build, a different job/instance (with the constraints
# above) is executed in parallel in stage 'test'.
@@ -46,7 +46,7 @@ jobs:
cache:
directories:
- gnat
- install: ./dist/macosx/install-ada.sh
+ install: ./scripts/macosx/install-ada.sh
before_script: PATH=$PWD/gnat/bin:$PATH
addons:
homebrew:
@@ -57,7 +57,7 @@ jobs:
# - <<: *osx
# osx_image: xcode9.4
- env: TASK="man"
- script: ./dist/man.sh
+ script: ./scripts/man.sh
deploy:
- <<: *dep
file: "doc/_build/man/ghdl.1"