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
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -45,4 +45,11 @@ jobs:
|
|||||||
run: ./${{ matrix.build }} test
|
run: ./${{ matrix.build }} test
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./${{ matrix.output }} skipCheck
|
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