aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-12 08:20:40 +0100
committertgingold <tgingold@users.noreply.github.com>2017-02-12 08:20:40 +0100
commit87a4f74ad120774197d3e258a725d1b5a0d25a5b (patch)
tree9e9bb037895fdd60e855d9cd3e6ea70ee8dc6530 /.travis.yml
parent6adb5c80b1c74f44329173818d50fd65d5b94ae2 (diff)
downloadghdl-87a4f74ad120774197d3e258a725d1b5a0d25a5b.tar.gz
ghdl-87a4f74ad120774197d3e258a725d1b5a0d25a5b.tar.bz2
ghdl-87a4f74ad120774197d3e258a725d1b5a0d25a5b.zip
Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest… (#277)
* Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9be8f0625..fe11b6252 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,9 @@ matrix:
apt:
packages:
- gnat
-script: ./dist/travis-ci.sh $BLD
+script:
+ - . ./dist/travis-ci.sh
+ - chmod +x ./dist/buildtest.sh && ./dist/buildtest.sh -b $BLD -f $PKG_FILE
deploy:
provider: releases
skip_cleanup: true