Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 403 Bytes

Skaginn 3X vcpkg registry

When changing

Run the following command after each changed commit:

$ mkdir scripts
$ cp /opt/vcpkg/scripts/vcpkgTools.xml scripts/
$ /opt/vcpkg/vcpkg x-add-version --all --vcpkg-root=$(pwd) --overwrite-version

Testing

$ cd test
$ rm .vcpkg-root # if exists
$ /opt/vcpkg/vcpkg --triplet x64-linux-clang install # select your desired triplet