Skip to content

Commit

Permalink
Next test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Mar 10, 2024
1 parent 6ab856b commit e17c305
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/scripts/on-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ if [ "$BUILD_PIO" -eq 0 ]; then
source ./.github/scripts/install-arduino-core-esp8266.sh
echo "BUILDING ESP8266 EXAMPLES"
fi
${SCRIPTS_DIR}/sketch_utils.sh chunk_build -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH -t "${TARGET_PLATFORM}" -fqbn "${FQBN}" -i "${CHUNK_INDEX}" -m "${CHUNKS_CNT}"
./.github/scripts/sketch_utils.sh chunk_build -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH -t "${TARGET_PLATFORM}" -fqbn "${FQBN}" -i "${CHUNK_INDEX}" -m "${CHUNKS_CNT}"
else
# PlatformIO Test
source ./.github/scripts/install-platformio.sh

python -m platformio lib --storage-dir "$GITHUB_WORKSPACE" install
echo "Installing ArduinoJson ..."
python -m platformio pkg install https://github.com/bblanchon/ArduinoJson.git > /dev/null 2>&1
python -m platformio pkg install https://github.com/me-no-dev/AsyncTCP.git > /dev/null 2>&1
python -m platformio pkg install --storage-dir "$GITHUB_WORKSPACE"
if [[ "$TARGET_PLATFORM" == "esp32" ]]; then
BOARD="esp32dev"
echo "BUILDING ESP32 EXAMPLES"
Expand Down

0 comments on commit e17c305

Please sign in to comment.