Skip to content

Commit

Permalink
rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed May 29, 2024
1 parent 8ddb768 commit fea2811
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
desc "Run all tests with Ceedling"
task :test do
sh "bundle exec ceedling test:all"
end

desc "Build/Compile with esphome"
task :build do
sh "esphome compile childrensclock.yaml"
end

0 comments on commit fea2811

Please sign in to comment.