add -j4 for make project with travis

This commit is contained in:
Tuan PM
2018-02-17 12:16:06 +07:00
parent e729246fc1
commit 4721921bd2

View File

@@ -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