Print linking in CI

This commit is contained in:
Christoffer Lerno
2024-08-25 20:30:21 +02:00
parent 78ce03bd62
commit 40455f5260

View File

@@ -71,9 +71,9 @@ jobs:
run: | run: |
cd resources cd resources
..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib ..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --wincrt=none examples\raylib\raylib_arkanoid.c3 ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking --wincrt=none examples\raylib\raylib_arkanoid.c3
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --wincrt=none examples\raylib\raylib_snake.c3 ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking --wincrt=none examples\raylib\raylib_snake.c3
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --wincrt=none examples\raylib\raylib_tetris.c3 ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking --wincrt=none examples\raylib\raylib_tetris.c3
- name: run compiler tests - name: run compiler tests
run: | run: |