Skip to content

Commit f6bd06e

Browse files
committed
update README
1 parent ccde75f commit f6bd06e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# perl
2+
23
Custom compiled perl for Binary.com
34

4-
# compiling steps
5+
## compiling steps
56

7+
```bash
68
BRANCH=perl-5.26.1 ./rebuild.sh
7-
89
```
10+
11+
## compiling it with CI
12+
13+
1. enable CI test in your forked repo :
14+
at https://github.com/username/perl/settings/actions set `Allow all actions and reusable workflows`
15+
and `Read and write permissions`. Don't forget to click `save` at both section.
16+
2. Or create a new branch directly on binary-com/perl repo
17+
3. create a branch whose name include a perl version `perl-x.yy.zz`, e.g. `upgrade/perl.5.38.2`
18+
19+
Then CI will download and compile perl and push it to your branch

0 commit comments

Comments
 (0)