A template repository for demo'ing vcpkg's GitHub dependency graph integration
In order for the dependencies to appear, the dependency graph must be enabled. It is enabled by default for public repositories.
For private repositories:
- Select the Insights tab for your repository and select the Dependency graph section.
- Select the Enable dependency graph button.
- Select the Actions tab for your repository.
- Select the workflow named Example that directly invokes
vcpkg install
. - Select the Run workflow drop down, select the branch to build, and then select Run workflow.
- When the build has finished, select the Insights tab and the Dependency graph section to see the recorded dependencies.
- Select the Actions tab for your repository.
- Select the workflow named Example that uses CMake integration.
- Select the Run workflow drop down, select the branch to build, and then select Run workflow.
- When the build has finished, select the Insights tab and the Dependency graph section to see the recorded dependencies.