added step for testing WHY2 as project
copies some 🤌 speciale 🤌 code and runs it as completely new project using WHY2
This commit is contained in:
parent
5056fe2764
commit
e0fee56ed2
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -46,3 +46,10 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: ./${{ matrix.output }} skipCheck
|
||||
|
||||
- name: Test WHY2 as project
|
||||
run: |
|
||||
mkdir test && cd test
|
||||
curl -o main.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/bc75020ae0b649414b68143754aae61c5367ee38/C
|
||||
cc main.c -lwhy2 -o main
|
||||
./main
|
Loading…
x
Reference in New Issue
Block a user