mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update vcpkg during CI run
This commit is contained in:
parent
8326292a3f
commit
a6ae49b7bc
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue