diff options
author | iphydf <iphydf@users.noreply.github.com> | 2016-08-11 13:49:49 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2016-08-12 20:49:50 +0200 |
commit | 35932b5381886f1d650d2cf853384273d080b821 (patch) | |
tree | 56f36bb7f57f1271a41405a361125f1b5e06dabc /other/travis/toxcore-after_script | |
parent | 11de2c222f31f9df85bcee99c5552a21a2b4895c (diff) |
Add "make install" step to Travis build.
Diffstat (limited to 'other/travis/toxcore-after_script')
-rwxr-xr-x | other/travis/toxcore-after_script | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/other/travis/toxcore-after_script b/other/travis/toxcore-after_script index 40175239..faa0d7a5 100755 --- a/other/travis/toxcore-after_script +++ b/other/travis/toxcore-after_script | |||
@@ -1,6 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | set -e -x | 3 | set -e -u -x |
4 | . other/travis/env-$ENV.sh | ||
4 | 5 | ||
5 | # Only submit coverage from the clang build. GCC and clang disagree slightly, | 6 | # Only submit coverage from the clang build. GCC and clang disagree slightly, |
6 | # so we arbitrarily choose the alphabetically first one for the report. | 7 | # so we arbitrarily choose the alphabetically first one for the report. |