mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add .github/workflows/runtests.yml
This commit is contained in:
parent
610fe98a8d
commit
f1a70f2834
1 changed files with 14 additions and 0 deletions
14
.github/workflows/runtest.yml
vendored
Normal file
14
.github/workflows/runtest.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: run basic tests
|
||||
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
stes:
|
||||
- uses: actions/checkpoint@v1
|
||||
- name: i386-linux handwrite
|
||||
run: |
|
||||
make
|
||||
./planck < bootstrap.fs runtests.fs
|
||||
|
Loading…
Reference in a new issue