Skip to content

Commit

Permalink
fixing rakefile to target release on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Oct 8, 2011
1 parent 75a9d87 commit 16e42d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RakeFile
@@ -1,10 +1,9 @@
CURRENT_ENV = ENV['os']
TARGETS = {"Windows_NT" => "win32"}

namespace "ci" do
desc "Continous Integration Build Task"
task :build do
puts "Starting CI Build on #{CURRENT_ENV}."
sh "codeblocks --build *.workspace"
sh "codeblocks --rebuild *.workspace --target='Release'"
end
end

0 comments on commit 16e42d7

Please sign in to comment.