summaryrefslogtreecommitdiff
path: root/other/travis/env-linux.sh
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-05 21:23:06 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-06 00:40:29 +0000
commit08cd61387ee078b81c50fa2714e9f1534a0865a2 (patch)
tree63af5fb85aa8d296d7472a65e7f526d6f6f63129 /other/travis/env-linux.sh
parentfdb46f6cf216a866d29402ae991be9c43282dde6 (diff)
Add an OSX build that doesn't run tests.
This one is not allowed to fail and ensures that toxcore can at least be built for OSX.
Diffstat (limited to 'other/travis/env-linux.sh')
-rw-r--r--other/travis/env-linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 10b4fe82..dd5a6f7f 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -4,6 +4,7 @@ CMAKE=cmake
4CMAKE_EXTRA_FLAGS="$CMAKE_EXTRA_FLAGS -DFORMAT_TEST=ON" 4CMAKE_EXTRA_FLAGS="$CMAKE_EXTRA_FLAGS -DFORMAT_TEST=ON"
5NPROC=`nproc` 5NPROC=`nproc`
6CURDIR=$PWD 6CURDIR=$PWD
7RUN_TESTS=true
7 8
8RUN() { 9RUN() {
9 "$@" 10 "$@"