Skip to content

Commit 1aacf10

Browse files
committed
.github: test on arm
1 parent 4b05448 commit 1aacf10

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: help-lint
2424
run: './factor -run=help.lint resource:core resource:basis resource:extra'
2525

26-
build-macos:
26+
build-macos-intel:
2727
runs-on: macos-15-intel
2828
steps:
2929
- uses: actions/checkout@v4
@@ -36,6 +36,19 @@ jobs:
3636
- name: help-lint
3737
run: './factor -run=help.lint resource:core resource:basis resource:extra'
3838

39+
build-macos-arm:
40+
runs-on: macos-15
41+
steps:
42+
- uses: actions/checkout@v4
43+
- name: build
44+
run: ./build.sh net-bootstrap
45+
- name: load-all
46+
run: './factor -e="USING: compiler.errors memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save compiler-errors get assoc-empty? 0 1 ? exit"'
47+
- name: test
48+
run: './factor -run=tools.test resource:core'
49+
- name: help-lint
50+
run: './factor -run=help.lint resource:core resource:basis resource:extra'
51+
3952
build-windows:
4053
runs-on: windows-2022
4154
steps:

0 commit comments

Comments
 (0)