Skip to content

Commit c56ff6f

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

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: Deduce release
13+
id: release_info
14+
uses: bruceadams/[email protected]
15+
env:
16+
GITHUB_TOKEN: ${{ github.token }}
17+
18+
- name: Build
19+
uses: vmactions/[email protected]
20+
with:
21+
mem: 2048
22+
usesh: true
23+
prepare: pkg install -y bash gcc perl5 p5-App-cpanminus
24+
run: |
25+
RSTAR_DEBUG=1 ./bin/rstar fetch
26+
RSTAR_DEBUG=1 ./bin/rstar install -p "/tmp/ci-$JOB_ID"

0 commit comments

Comments
 (0)