We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513b48e commit 0f0fa65Copy full SHA for 0f0fa65
Rakefile
@@ -124,7 +124,7 @@ end
124
125
task :libmruby => "lib/picoruby" do
126
FileUtils.cd "lib/picoruby" do
127
- sh "MRUBY_CONFIG=default rake test"
+ sh "rake test"
128
sh "MRUBY_CONFIG=#{mruby_config} rake"
129
end
130
@@ -163,7 +163,7 @@ task :clean do
163
164
sh "rake clean"
165
166
- %(build_pico build_pico2).each do |dir|
+ %w(build_pico build_pico2).each do |dir|
167
FileUtils.cd dir do
168
FileUtils.rm_rf Dir.glob("prk_firmware-*.*")
169
0 commit comments