Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
We need a newer base install of Arduino IDE in order for the g++17 flag to compile
  • Loading branch information
MCUdude committed Jun 22, 2021
1 parent cc48f59 commit f621b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@ before_install:
# Check for library issues that don't affect compilation
- set_library_testing "true"

# 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 MegaCore from the repository
- install_package

Expand Down

0 comments on commit f621b1a

Please sign in to comment.