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

windows-1809: Use vcpkg's new robofish branch

parent 5f99ed14
No related branches found
No related tags found
No related merge requests found
Pipeline #26756 passed
Pipeline: behavior_loader

#26758

    Pipeline: interfaces

    #26757

      ......@@ -46,8 +46,8 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
      [Environment]::SetEnvironmentVariable('Pylon5_DIR', 'C:/Pylon5/Development', [EnvironmentVariableTarget]::Machine);
      RUN $vcpkg_dir = 'C:/vcpkg'; \
      git clone https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
      git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \
      cd $vcpkg_dir; \
      git checkout 1f706ef54a19a15cc66c21abd96c276968a53cda; \
      git checkout 6cede0254f5a3b8cd464494c65a5658dc4e5db1e; \
      ./scripts/bootstrap.ps1; \
      [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