Skip to content
Snippets Groups Projects
Commit a6ae49b7 authored by Logan Aerl Arias's avatar Logan Aerl Arias Committed by Eidolon
Browse files

Update vcpkg during CI run

parent 8326292a
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,14 @@ Windows x86:
# apt_development
echo -e "\e[0Ksection_end:`date +%s`:apt_development\r\e[0K"
- - |
# vcpkg_update
echo -e "\e[0Ksection_start:`date +%s`:vcpkg_update[collapsed=true]\r\e[0KUpdating vcpkg"
- git -C $VCPKG_ROOT pull
- |
# vcpkg_update
echo -e "\e[0Ksection_end:`date +%s`:vcpkg_update\r\e[0K"
- - |
# cmake
echo -e "\e[0Ksection_start:`date +%s`:cmake[collapsed=false]\r\e[0KBuilding Makefiles"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment