mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
14 lines
220 B
YAML
14 lines
220 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
|
|
|