mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +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
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
@ -5,7 +5,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Allow variable core usage, default uses all cpu cores, to set 8 cores for example : commit-tests.sh -j8
|
# 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}"
|
: "${CORES:=$num_cpus}"
|
||||||
# Default build treats warnings as errors, set -Wno-error to override, e.g.: commit-tests.sh -Wno-error
|
# Default build treats warnings as errors, set -Wno-error to override, e.g.: commit-tests.sh -Wno-error
|
||||||
: "${WERROR:=1}"
|
: "${WERROR:=1}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue