Skip to content

Commit

Permalink
Merge pull request #153 from per1234/force-ci-platform-dep-install
Browse files Browse the repository at this point in the history
Force installation of latest arduino:avr platform version during CI build
  • Loading branch information
MCUdude committed Oct 9, 2020
2 parents ec13cc5 + a321b18 commit b276df7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,16 @@ before_install:
# Check for library issues that don't affect compilation
- set_library_testing "true"

# Install all IDE version required by the job
- install_ide "$IDE_VERSIONS"

# Install Arduino AVR Boards 1.6.20x for modelPB variant support. This package is provided by Arduino for testing purposes: https://github.com/arduino/toolchain-avr/pull/47#issue-133713450
- install_package "arduino:avr" "https://downloads.arduino.cc/packages/package_avr_3.6.0_index.json"

# Install a version of Arduino IDE with an outdated bundled arduino:avr platform to force installation of latest arduino:avr
- install_ide "1.8.12"
# Install Arduino AVR Boards to get the AVR toolchain
- install_package "arduino:avr"
# Install MiniCore from the repository
- install_package

# Install all IDE version required by the job
- install_ide "$IDE_VERSIONS"


script:
# Verify every sketch in SKETCH_PATH using the environment variables set in the matrix
Expand Down

0 comments on commit b276df7

Please sign in to comment.