Skip to content

Commit

Permalink
Merge pull request #40 from Michael-Gardner/main
Browse files Browse the repository at this point in the history
chore:  Update readme and prebuild workflows for 9.10.x
  • Loading branch information
GordonSmith committed Aug 27, 2024
2 parents 161220a + 766d236 commit d12cfe4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
branch:
type: choice
options:
- 'hpcc-platform-9.10.x'
- 'hpcc-platform-9.8.x'
- 'hpcc-platform-9.6.x'
- 'hpcc-platform-9.4.x'
Expand Down Expand Up @@ -54,6 +55,24 @@ on:
default: 'write'

jobs:
prebuild-docker-9-10:
if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.10.x' }}
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-9.10.x
# os: ${{ inputs.os }}
# nuget_mode: ${{ inputs.nuget_mode }}
secrets: inherit

prebuild-gh_envs-9-10:
if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.10.x' }}
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-9.10.x
# os: ${{ inputs.os }}
# nuget_mode: ${{ inputs.nuget_mode }}
secrets: inherit

prebuild-docker-9-8:
if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.8.x' }}
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The default branch is "main" which is empty except for a github action that preb

The following branches are active and correspond to the HPCC-Platform development branches:

* [hpcc-platform-9.10.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.10.x)
* [hpcc-platform-9.8.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.8.x)
* [hpcc-platform-9.6.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.6.x)
* [hpcc-platform-9.4.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.4.x)
Expand Down

0 comments on commit d12cfe4

Please sign in to comment.