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
$ cd test
$ rm .vcpkg-root # if exists
$ /opt/vcpkg/vcpkg --triplet x64-linux-clang install # select your desired triplet