diff --git a/Rakefile b/Rakefile new file mode 100644 index 000000000..f3328e56e --- /dev/null +++ b/Rakefile @@ -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 \ No newline at end of file