mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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