summaryrefslogtreecommitdiffstats
path: root/scripts/ios/after_success.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-23 21:59:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-24 15:45:44 -0700
commitc1459117671196a14565fbc903ef4b39cc298f6d (patch)
tree7708f377c9022ff75360cfc73fee195f3d541643 /scripts/ios/after_success.sh
parent2cba24fa1aa9663bffc666a918a11b29f85ef2aa (diff)
downloadsubsurface-c1459117671196a14565fbc903ef4b39cc298f6d.tar.gz
Travis: add iOS build
Disable most warnings for iOS test build as otherwise the Travis log file will exceed 4MB and the build will fail. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/ios/after_success.sh')
-rw-r--r--scripts/ios/after_success.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ios/after_success.sh b/scripts/ios/after_success.sh
new file mode 100644
index 000000000..834bfb2f8
--- /dev/null
+++ b/scripts/ios/after_success.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Nothing to be done after build"