forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 5
51 lines (41 loc) · 1.29 KB
/
prebuild.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: prebuild
env:
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
on:
push:
branches:
- "main"
schedule:
- cron: "0 0,6,12,18 * * *"
workflow_dispatch:
jobs:
prebuild-docker-9-2:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-9.2.x
secrets: inherit
prebuild-gh_envs-9-2:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-9.2.x
secrets: inherit
prebuild-docker-8-12:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.12.x
secrets: inherit
prebuild-gh_envs-8-12:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.12.x
secrets: inherit
prebuild-docker-8-8:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.8.x
secrets: inherit
prebuild-gh_envs-8-8:
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.8.x
secrets: inherit