mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 18:30:40 +08:00
remove the verbose compilation
This commit is contained in:
parent
cb0382ba3b
commit
9097a6e45e
@ -67,6 +67,7 @@ script:
|
||||
after_success:
|
||||
- chmod +x success.sh
|
||||
- ./success.sh
|
||||
|
||||
after_failure:
|
||||
- chmod +x fail.sh
|
||||
- ./fail.sh
|
||||
|
@ -57,10 +57,9 @@ function build_sketch()
|
||||
sed -i "s/#define FILESYSTEM_FEATURE ESP_LITTLEFS_FILESYSTEM/#define FILESYSTEM_FEATURE ESP_FAT_FILESYSTEM/g" $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
||||
fi
|
||||
echo "Display configuration"
|
||||
cat $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
||||
# build sketch with arduino ide
|
||||
echo -e "\n Build $sketch \n"
|
||||
arduino --verbose --verify $sketch
|
||||
arduino $sketch
|
||||
|
||||
# get build result from arduino
|
||||
local re=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user