Skip to content

Commit

Permalink
Next test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Mar 10, 2024
1 parent e17c305 commit 2f5c1f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/scripts/on-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,15 @@ if [ "$BUILD_PIO" -eq 0 ]; then
source ./.github/scripts/install-arduino-core-esp8266.sh
echo "BUILDING ESP8266 EXAMPLES"
fi
./.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}"
.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 pkg install --storage-dir "$GITHUB_WORKSPACE"
echo "Installing ArduinoJson ..."
python -m platformio pkg install --library https://github.com/bblanchon/ArduinoJson.git > /dev/null 2>&1
echo "Installing ESPAsyncTCP ..."
python -m platformio pkg install --library https://github.com/me-no-dev/AsyncTCP.git > /dev/null 2>&1
if [[ "$TARGET_PLATFORM" == "esp32" ]]; then
BOARD="esp32dev"
echo "BUILDING ESP32 EXAMPLES"
Expand Down
Empty file modified .github/scripts/sketch_utils.sh
100644 → 100755
Empty file.

0 comments on commit 2f5c1f5

Please sign in to comment.