summaryrefslogtreecommitdiff
path: root/other/travis/env-osx.sh
blob: 86d16adeb319dc2fcd6eabfcdd2370128ef42b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

CMAKE=cmake
CMAKE_EXTRA_FLAGS=""
NPROC=`sysctl -n hw.ncpu`
CURDIR=$PWD

RUN() {
  "$@"
}

TESTS() {
  "$@"
}