File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments