Skip to content

Commit 844cadc

Browse files
fix: add vcpkg.json to version-locations.txt; wire version-sync CI
1 parent 9ad6d18 commit 844cadc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,9 @@ jobs:
353353
exit 1
354354
fi
355355
FLUXGRAPH_SERVER_EXE="$SERVER_BIN" ctest --preset "${{ matrix.test_preset }}" -L fluxgraph
356+
357+
version-sync:
358+
uses: anolishq/.github-anolishq/.github/workflows/version-sync.yml@main
359+
with:
360+
python-version: '3.12'
361+
working-directory: '.'

version-locations.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# version-locations.txt for anolis-provider-sim
2+
CMakeLists.txt:project\(.* VERSION ([0-9]+\.[0-9]+\.[0-9]+)
3+
vcpkg.json:"version": "([0-9]+\.[0-9]+\.[0-9]+)"
4+
# Add more locations if found in future

0 commit comments

Comments
 (0)