Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Add build task to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kowshik Prakasam and Pieter Noordhuis committed Mar 4, 2013
1 parent 1d65e30 commit fc3d9d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions warden-protocol/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ RSpec::Core::RakeTask.new(:spec) do |t|
# See .rspec
end

desc "Build pb.rb"
task :build do
sh("lib/warden/protocol/build.sh")
end

task :ensure_coding do
patterns = [
/Rakefile$/,
Expand Down
2 changes: 1 addition & 1 deletion warden-protocol/lib/warden/protocol/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

cd pb
cd $(dirname $0)/pb

export BEEFCAKE_NAMESPACE=Warden::Protocol

Expand Down

0 comments on commit fc3d9d1

Please sign in to comment.