1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

where is the dll?

This commit is contained in:
ClausKlein 2021-02-16 19:07:48 +01:00
parent 5c08961b72
commit a13fc3b9f8

View file

@ -34,8 +34,8 @@ jobs:
- name: test - name: test
run: | run: |
cd build cd build
dir bin tree bin/Debug
dir x64 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