1
0
Fork 0
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:
3djc 2020-06-01 19:31:59 +02:00
parent d2345aa3fe
commit 8273c41ae9
4 changed files with 1 additions and 1 deletions

View file

@ -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}"