File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6666 Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6767 refreshenv
6868 conan profile detect
69- conan install . --output-folder=build-conan -- build=missing -o "&:shared=False"
69+ conan install . --build=missing -o "&:shared=False"
7070 cmake . --preset conan-default -DVIAMCPPSDK_BUILD_EXAMPLES=ON
7171 cmake --build --preset=conan-release --target ALL_BUILD install -j 8
7272 env :
7979 tree build
8080 cd build/install/bin
8181 ls
82- Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } \
83- | Wait-Job -Timeout 2 | Receive-Job
82+ Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
You can’t perform that action at this time.
0 commit comments