mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
I hate backslashes
This commit is contained in:
parent
a13fc3b9f8
commit
78b430b172
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
tree bin/Debug
|
tree bin\Debug
|
||||||
tree x64/Debug
|
tree x64\Debug
|
||||||
dir Debug
|
dir Debug
|
||||||
Debug/GreeterTests.exe -s
|
Debug/GreeterTests.exe -s
|
||||||
ctest --build-config Debug --verbose
|
ctest --build-config Debug --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue