Skip to content
Snippets Groups Projects
Commit c1f074ff authored by calrama's avatar calrama
Browse files

misc

parent dbbb1069
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
[Environment]::SetEnvironmentVariable('Pylon5_DIR', 'C:/ProgramData/Pylon5/Development', [EnvironmentVariableTarget]::Machine);
RUN $vcpkg_dir = 'C:/ProgramData/vcpkg'; \
git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
Must-Run git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
cd $vcpkg_dir; \
git checkout c6f4350fcbec06f8b9f2c22daeb9c651c9e28605; \
Must-Run git checkout c6f4350fcbec06f8b9f2c22daeb9c651c9e28605; \
./scripts/bootstrap.ps1 -disableMetrics; \
$vcpkg_target_triplet = 'x64-windows-14.16'; \
[Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment