Attempt supporting setjmp on MSVC

This commit is contained in:
Christoffer Lerno
2022-12-07 21:20:30 +01:00
committed by Christoffer Lerno
parent eaaa5362a5
commit de4bfe470e
8 changed files with 28 additions and 2 deletions

View File

@@ -52,6 +52,11 @@ jobs:
cd test
python3.exe src/tester.py ..\build\${{ matrix.build_type }}\c3c.exe test_suite/
- name: Compile run stdlib tests
run: |
cd test
..\build\${{ matrix.build_type }}\c3c.exe compile-test stdlib\conv_tests.c3 -g1 --safe
- name: upload artifacts
uses: actions/upload-artifact@v3
with: