FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Don't manipulate bin scripts for jruby/ruby by headius · Pull Request #17 · ruby/jruby-dev-builder · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
This file contains hidden or 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
Expand Up @@ -115,21 +115,6 @@ jobs:
ls -l jruby-*-SNAPSHOT/bin
mv jruby-*-SNAPSHOT jruby-head
ls -l jruby-head/bin
- name: Add ruby alias
if: "!startsWith(matrix.os, 'windows')"
run: |
cd jruby-head/bin
ln -s jruby ruby
- name: Add ruby alias (Windows)
if: startsWith(matrix.os, 'windows')
shell: bash
run: |
cd jruby-head/bin
# Copy bash launcher, so 'ruby' works in bash
cp jruby ruby
# Create ruby.bat, so 'ruby' works in pwsh
echo -en "@ECHO OFF\r\n@\"%~dp0jruby.exe\" %*\r\n" > ruby.bat
ls -l
- name: Create archive
run: tar czf jruby-head-${{ steps.platform.outputs.platform }}.tar.gz jruby-head

Expand Down

Back | FazBrowse Home | New Git URL