You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake --build cmake-build-release --target cpp_tests || echo Built with errors
22
+
23
+
- name: Build tests target
24
+
shell: bash
25
+
run: |
26
+
cmake --build cmake-build-debug --target cpp_tests_tests || echo Built with errors
27
+
28
+
- name: Run program
29
+
working-directory: .\cmake-build-release\bin
30
+
run: |
31
+
.\cpp_tests.exe --help
32
+
33
+
- name: Run tests
34
+
working-directory: .\cmake-build-debug\tests
35
+
run: |
36
+
echo "Currently unable to run tests on Windows Latest MinGW. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
37
+
% .\cpp_tests_tests.exe
38
+
39
+
build-matrix:
7
40
name: Tests and application run on ${{ matrix.config.name }}
echo "Currently unable to run tests on ${{ matrix.config.name }}. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
0 commit comments