mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add delete testing for windows and update "clean"
This commit is contained in:
committed by
Christoffer Lerno
parent
b657724d9b
commit
db3e9c7ec7
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -45,8 +45,11 @@ jobs:
|
||||
- name: Build testproject
|
||||
run: |
|
||||
cd resources/testproject
|
||||
..\..\build\${{ matrix.build_type }}\c3c.exe --debug-log run hello_world_win32
|
||||
..\..\build\${{ matrix.build_type }}\c3c.exe --debug-log --emit-llvm run hello_world_win32
|
||||
dir build\llvm_ir
|
||||
..\..\build\${{ matrix.build_type }}\c3c.exe clean
|
||||
dir build\llvm_ir
|
||||
|
||||
|
||||
- name: Build testproject lib
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user