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