File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cmake -S TileDB-VCF\libtiledbvcf -B build-libtiledbvcf ^
6
6
-D CMAKE_BUILD_TYPE=Release ^
7
7
-D CMAKE_INSTALL_PREFIX:PATH=%GITHUB_WORKSPACE% \install\ ^
8
8
-D OVERRIDE_INSTALL_PREFIX=OFF ^
9
- -D TILEDB_WERROR=OFF
9
+ -D TILEDB_WERROR=OFF ^
10
+ -D CMAKE_INSTALL_LIBDIR=bin
10
11
if %ERRORLEVEL% neq 0 exit 1
11
12
12
13
cmake --build build-libtiledbvcf -j2 --config Release
@@ -15,5 +16,7 @@ if %ERRORLEVEL% neq 0 exit 1
15
16
cmake --build build-libtiledbvcf --config Release --target install-libtiledbvcf
16
17
if %ERRORLEVEL% neq 0 exit 1
17
18
18
- rem %GITHUB_WORKSPACE%\install\bin\tiledbvcf version
19
+ dir %GITHUB_WORKSPACE% \install\
20
+
21
+ %GITHUB_WORKSPACE% \install\bin\tiledbvcf version
19
22
rem if %ERRORLEVEL% neq 0 exit 1
You can’t perform that action at this time.
0 commit comments