mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: Use the environment variable MAKEFLAGS for 'make' instead of the in-place '-j' option.
This commit is contained in:
parent
450b9a4e5c
commit
a7dde817f9
@ -7,6 +7,11 @@ stages:
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
# system environment
|
||||
# Common parameters for the 'make' during CI tests
|
||||
MAKEFLAGS: "-j5 --no-keep-going"
|
||||
|
||||
# IDF environment
|
||||
IDF_PATH: "$CI_PROJECT_DIR"
|
||||
|
||||
before_script:
|
||||
@ -125,7 +130,7 @@ build_examples:
|
||||
# mechanism work, but this is the next best thing
|
||||
- mkdir build_examples
|
||||
- cd build_examples
|
||||
- ${IDF_PATH}/make/build_examples.sh -j5
|
||||
- ${IDF_PATH}/make/build_examples.sh
|
||||
|
||||
build_docs:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user