summaryrefslogtreecommitdiff
path: root/src/CI/travis/after_deploy
diff options
context:
space:
mode:
Diffstat (limited to 'src/CI/travis/after_deploy')
-rwxr-xr-xsrc/CI/travis/after_deploy7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CI/travis/after_deploy b/src/CI/travis/after_deploy
new file mode 100755
index 0000000..66705aa
--- /dev/null
+++ b/src/CI/travis/after_deploy
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+. CI/travis/lib.sh
+
+should_trigger_next_builds "$TRAVIS_BRANCH" || exit 0
+
+trigger_adi_build "libad9361-iio" "$TRAVIS_BRANCH"