Skip to content

Commit fdb9e24

Browse files
authoredJun 2, 2022
ci: pack ruby packer
1 parent 12b219f commit fdb9e24

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.github/workflows/packer.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: test packer
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
# - uses: actions/checkout@v3
12+
13+
# Runs a set of commands using the runners shell
14+
- name: pack ruby packer
15+
run: |
16+
git clone --depth 1 https://github.com/pmq20/ruby-packer
17+
cd ruby-packer
18+
rubyc bin/rubyc
19+
./a.out

0 commit comments

Comments
 (0)