Skip to content

Commit d21fed2

Browse files
committed
add dotfiles to sample project
1 parent 58d73fa commit d21fed2

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased]
88
### Added
99
- C++ functions for `assure`; `assert`s will run tests and continue, `assure`s will abort on failures
10+
- Missing dotfiles in the `DoSomething` project have been committed
1011

1112
### Changed
1213
- `arduino_ci_remote.rb` doesn't attempt to set URLs if nothing needs to be downloaded
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
compile:
2+
libraries: ~
3+
platforms:
4+
- uno
5+
- due
6+
- leonardo
7+
8+
unittest:
9+
libraries: ~
10+
platforms:
11+
- uno
12+
- due
13+
- leonardo
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: ruby
3+
script:
4+
- bundle install
5+
- bundle exec arduino_ci_remote.rb

0 commit comments

Comments
 (0)