summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_failure
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-24 23:52:34 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-20 13:52:33 +0100
commite59fd26d4987050e474a6de27dd503f32cc7820a (patch)
treeef5349b85395c6355160077ebd6affe717409c81 /other/travis/toxcore-after_failure
parent51d18236c8effffb14ffe6c5e3f738c1ceb1ae25 (diff)
Add OSX and Windows build to travis config.
Tests for Windows are disabled for now, until we figure out which tests can successfully run on wine and select only those.
Diffstat (limited to 'other/travis/toxcore-after_failure')
-rwxr-xr-xother/travis/toxcore-after_failure7
1 files changed, 7 insertions, 0 deletions
diff --git a/other/travis/toxcore-after_failure b/other/travis/toxcore-after_failure
new file mode 100755
index 00000000..e1f5c399
--- /dev/null
+++ b/other/travis/toxcore-after_failure
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3if [ -d /cores ]; then
4 for core in /cores/*; do
5 lldb --core $core --one-line "bt all" < /dev/null
6 done
7fi