-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert to using windows-ruby-dev-tools-release
[skip ci]
- Loading branch information
1 parent
a2f4c4b
commit 4fef7ad
Showing
3 changed files
with
8 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
. "nokogiri-ci\concourse\shared\common.ps1" | ||
. "c:\var\vcap\packages\windows-ruby-dev-tools\prelude.ps1" | ||
|
||
prepend-path $ruby23_bin_path | ||
$env:RUBYOPT = "-rdevkit" | ||
|
||
push-location mini_portile | ||
|
||
stream-cmd "gem" "install bundler" | ||
stream-cmd "bundle" "install" | ||
stream-cmd "bundle" "exec rake test" | ||
system-cmd "gem install bundler" | ||
system-cmd "bundle install" | ||
system-cmd "bundle exec rake test" | ||
|
||
pop-location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters