mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-14 22:17:56 +00:00
add -j4 for make project with travis
This commit is contained in:
+4
-4
@@ -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