mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Add workflow file
This commit is contained in:
parent
e7a1560921
commit
fd8a806dfb
1 changed files with 14 additions and 0 deletions
14
.github/workflows/i386-linux-handwritten.yml
vendored
Normal file
14
.github/workflows/i386-linux-handwritten.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue