1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

I hate backslashes

This commit is contained in:
ClausKlein 2021-02-16 19:13:14 +01:00
parent a13fc3b9f8
commit 78b430b172

View file

@ -34,8 +34,8 @@ jobs:
- name: test
run: |
cd build
tree bin/Debug
tree x64/Debug
tree bin\Debug
tree x64\Debug
dir Debug
Debug/GreeterTests.exe -s
ctest --build-config Debug --verbose