aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/deploy-after-success.sh
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <mithro@mithis.com>2017-10-25 20:01:54 -0700
committerTim 'mithro' Ansell <mithro@mithis.com>2017-11-24 15:45:45 +1100
commitd2850b5b809759bafa7aead995d069acc023af15 (patch)
treeb5a83698337ff5f4934c3e1e70d536d3b52243f6 /.travis/deploy-after-success.sh
parentf513494f5fabd2596b1748cf67dcaf70723b28f7 (diff)
downloadyosys-d2850b5b809759bafa7aead995d069acc023af15.tar.gz
yosys-d2850b5b809759bafa7aead995d069acc023af15.tar.bz2
yosys-d2850b5b809759bafa7aead995d069acc023af15.zip
travis: Reworking travis setup.
* Move the code into scripts inside .travis directory. * Build on multiple compiler versions. Fixes #442 - Make travis build pass Fixes #441 - Fix git version information on travis build Fixes #440 - Make travis cache the iverilog build
Diffstat (limited to '.travis/deploy-after-success.sh')
-rwxr-xr-x.travis/deploy-after-success.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis/deploy-after-success.sh b/.travis/deploy-after-success.sh
new file mode 100755
index 000000000..d64e95244
--- /dev/null
+++ b/.travis/deploy-after-success.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+set -x
+set -e
+
+# FIXME: Upload the build results somewhere...