Add delete testing for windows and update "clean"

This commit is contained in:
Christoffer Lerno
2023-10-11 13:05:29 +02:00
committed by Christoffer Lerno
parent b657724d9b
commit db3e9c7ec7
6 changed files with 18 additions and 11 deletions

View File

@@ -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: |