toxcore/other/travis/env-linux.sh

11 lines
78 B
Bash

#!/bin/sh
CMAKE=cmake
NPROC=`nproc`
CURDIR=$PWD
TESTS=true
RUN() {
"$@"
}