mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
15 lines
256 B
YAML
15 lines
256 B
YAML
|
name: i386-linux-handwritten
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v1
|
||
|
- name: run tests
|
||
|
run: |
|
||
|
make
|
||
|
./planck < bootstrap.fs runtests.fs
|
||
|
|