File tree 3 files changed +19
-0
lines changed
SampleProjects/DoSomething
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## [ Unreleased]
8
8
### Added
9
9
- 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
10
11
11
12
### Changed
12
13
- ` arduino_ci_remote.rb ` doesn't attempt to set URLs if nothing needs to be downloaded
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : ruby
3
+ script :
4
+ - bundle install
5
+ - bundle exec arduino_ci_remote.rb
You can’t perform that action at this time.
0 commit comments