We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdfd682 + 3abad48 commit dde1e9aCopy full SHA for dde1e9a
.travis.yml
@@ -4,10 +4,16 @@ sudo: false
4
5
language: cpp
6
7
+# :TODO: @brad Add osx build (need homebrew packages)..
8
matrix:
9
include:
10
- os: linux
11
env: LD_LIBRARY_PATH="${DEPS_DIR}/lib:${TARGET_DIR}/lib:${LD_LIBRARY_PATH}"
12
+ compiler: gcc
13
+ - os: linux
14
+ env: LD_LIBRARY_PATH="${DEPS_DIR}/lib:${TARGET_DIR}/lib:${LD_LIBRARY_PATH}"
15
+ compiler: clang
16
+
17
18
# Limit number of commits in cloning (but keep enough so that 'git describe' works)
19
git:
@@ -38,7 +44,7 @@ script:
38
44
39
45
env:
40
46
global:
41
- - MAKE_THREADS=2
47
+ - MAKE_THREADS=$(nproc)
42
48
- PYTHON_VERSION="2.7"
43
49
- DEPS_DIR="${TRAVIS_BUILD_DIR}/dist/deps"
50
- TARGET_DIR="${TRAVIS_BUILD_DIR}/dist/target"
tests/libtests/spatialdb/data/generate.sh
100644
100755
travis/dependencies.sh
0 commit comments