8000 Add files needed to compile Ethernet library by jgfoster · Pull Request #180 · Arduino-CI/arduino_ci · GitHub
[go: up one dir, main page]

Skip to content

Add files needed to compile Ethernet library #180

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

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Add NetworkLib to tests.
  • Loading branch information
James Foster committed Nov 6, 2020
commit c85e1a083bde76f80d2750f8ef07caee0a3f769a
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ script:
- cd SampleProjects/TestSomething
- bundle install
- bundle exec arduino_ci_remote.rb
- cd ../NetworkLib
- bundle install
- bundle exec arduino_ci_remote.rb
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ test_script:
- cd SampleProjects\TestSomething
- bundle install
- bundle exec arduino_ci_remote.rb
- cd ../NetworkLib
- bundle install
- bundle exec arduino_ci_remote.rb
0