mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Please Travis after font fixes
This commit is contained in:
parent
d2345aa3fe
commit
8273c41ae9
4 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
set -x
|
||||
|
||||
# Allow variable core usage, default uses all cpu cores, to set 8 cores for example : commit-tests.sh -j8
|
||||
num_cpus=$(grep 'physical id' /proc/cpuinfo | sort -u | wc -l)
|
||||
num_cpus=$(nproc)
|
||||
: "${CORES:=$num_cpus}"
|
||||
# Default build treats warnings as errors, set -Wno-error to override, e.g.: commit-tests.sh -Wno-error
|
||||
: "${WERROR:=1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue