Skip to content

Commit 845b3a7

Browse files
committed
Introduce action to build for arm64 FreeBSD
1 parent dd2bf9e commit 845b3a7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Binary Packages
2+
3+
on: push
4+
5+
jobs:
6+
amd64-freebsd:
7+
runs-on: macos-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v2
11+
12+
- name: Build
13+
uses: vmactions/[email protected]
14+
with:
15+
mem: 2048
16+
usesh: true
17+
prepare: pkg install -y bash gcc perl5 p5-App-cpanminus
18+
run: |
19+
RSTAR_DEBUG=1 ./bin/rstar fetch
20+
RSTAR_DEBUG=1 ./bin/rstar install -p "/tmp/ci-$JOB_ID"

0 commit comments

Comments
 (0)