Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files needed to compile Ethernet library #180

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Trying to get library install to be part of CI script.
  • Loading branch information
James Foster committed Nov 8, 2020
commit 89df2cd365f4153ca43ffc57793a08b255c7593d
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -29,5 +29,7 @@ script:
- bundle exec arduino_ci_remote.rb
- cd ../NetworkLib
- bundle install
- scripts/install.sh
- cd scripts
- install.sh
- cd ..
- bundle exec arduino_ci_remote.rb
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -27,5 +27,7 @@ test_script:
- bundle exec arduino_ci_remote.rb
- cd ../NetworkLib
- bundle install
- scripts/install.sh
- cd scripts
- install.sh
- cd ..
- bundle exec arduino_ci_remote.rb