mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-02 20:25:10 +02:00
add -j4 for make project with travis
This commit is contained in:
@@ -39,13 +39,13 @@ script:
|
|||||||
# Update configuration so that kconfig doesn't start interactive mode
|
# Update configuration so that kconfig doesn't start interactive mode
|
||||||
- make defconfig
|
- make defconfig
|
||||||
# Build project from the git repository
|
# Build project from the git repository
|
||||||
- make
|
- make -j4
|
||||||
- cd $PROJECT_PATH/examples/mqtt_ssl
|
- cd $PROJECT_PATH/examples/mqtt_ssl
|
||||||
- make defconfig
|
- make defconfig
|
||||||
- make
|
- make -j4
|
||||||
- cd $PROJECT_PATH/examples/mqtt_ws
|
- cd $PROJECT_PATH/examples/mqtt_ws
|
||||||
- make defconfig
|
- make defconfig
|
||||||
- make
|
- make -j4
|
||||||
- cd $PROJECT_PATH/examples/mqtt_wss
|
- cd $PROJECT_PATH/examples/mqtt_wss
|
||||||
- make defconfig
|
- make defconfig
|
||||||
- make
|
- make -j4
|
||||||
|
Reference in New Issue
Block a user