mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Attempt supporting setjmp on MSVC
This commit is contained in:
committed by
Christoffer Lerno
parent
eaaa5362a5
commit
de4bfe470e
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user