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:
Václav Šmejkal 2022-05-03 17:56:20 +02:00
parent 5056fe2764
commit e0fee56ed2

View File

@ -45,4 +45,11 @@ jobs:
run: ./${{ matrix.build }} 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