File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,17 @@ jobs:
6767 refreshenv
6868 conan profile detect
6969 conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
70- cmake . --preset conan-default -DVIAMCPPSDK_BUILD_TESTS=ON - DVIAMCPPSDK_BUILD_EXAMPLES=ON
70+ cmake . --preset conan-default -DVIAMCPPSDK_BUILD_EXAMPLES=ON
7171 cmake --build --preset=conan-release --target ALL_BUILD install -j 8
7272 env :
7373 CONAN_USER_HOME : c:/cache
7474 CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
7575
76- - name : run tests
76+ - name : Test examples
7777 shell : powershell
7878 run : |
79- ctest --preset=conan-release --output-on-failure
80-
79+ tree build
80+ cd build/install/bin
81+ ls
82+ Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } \
83+ | Wait-Job -Timeout 2 | Receive-Job
You can’t perform that action at this time.
0 commit comments