We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615d143 commit 84e789bCopy full SHA for 84e789b
etc/docker/tests/run_test.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
+INSTALL_DIR="$(pwd)/install"
5
BUILD_SHARED=$(grep 'BUILD_SHARED_LIBS' CMakeCache.txt | cut -d '=' -f 2)
6
7
pushd src/viam/sdk/tests
0 commit comments