mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Populate depdency graph
This commit is contained in:
parent
8825f861dd
commit
c0f45a4234
27
.github/workflows/populate-dependency-graph.yml
vendored
Normal file
27
.github/workflows/populate-dependency-graph.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: 🎋 Populate dependency graph
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [depgraph]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
populate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: 🎡 Setup vcpkg
|
||||||
|
uses: ./.github/actions/setup-vcpkg
|
||||||
|
|
||||||
|
- name: 🎋 Populate depdendency graph
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
VCPKG_FEATURE_FLAGS: dependencygraph
|
||||||
|
VCPKG_MANIFEST_DIR: vcpkg
|
||||||
|
run: |
|
||||||
|
vcpkg install --dry-run
|
Loading…
x
Reference in New Issue
Block a user