mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-01 11:45:11 +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
|
||||
- make defconfig
|
||||
# Build project from the git repository
|
||||
- make
|
||||
- make -j4
|
||||
- cd $PROJECT_PATH/examples/mqtt_ssl
|
||||
- make defconfig
|
||||
- make
|
||||
- make -j4
|
||||
- cd $PROJECT_PATH/examples/mqtt_ws
|
||||
- make defconfig
|
||||
- make
|
||||
- make -j4
|
||||
- cd $PROJECT_PATH/examples/mqtt_wss
|
||||
- make defconfig
|
||||
- make
|
||||
- make -j4
|
||||
|
Reference in New Issue
Block a user