Add path test windows.

This commit is contained in:
Christoffer Lerno
2024-08-21 09:54:01 +02:00
parent 05ab0707fc
commit 33ce8e8a75
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Compile and run some examples
run: |
cd resources
..\build\${{ matrix.build_type }}\c3c.exe compile-run --print-linking examples\hello_world_many.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run -L C:\ --print-linking examples\hello_world_many.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run --print-linking examples\time.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run --print-linking examples\fannkuch-redux.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\contextfree\boolerr.c3

View File

@@ -28,6 +28,7 @@
},
"hello_world_win32": {
"type": "executable",
"c-include-dirs": [ "C:\\"],
"c-sources-override": [
]
},