feat(rolling): build fresh binaries every night (#920)

Part of https://github.com/ooni/probe/issues/2249
This commit is contained in:
Simone Basso 2022-09-01 19:57:31 +02:00 committed by GitHub
parent a68472dcee
commit 0c2744e994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,8 @@ on:
- "androidbuild" - "androidbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:

View File

@ -7,6 +7,8 @@ on:
- "fullbuild" - "fullbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
build_and_publish: build_and_publish:

View File

@ -8,6 +8,8 @@ on:
- "linuxbuild" - "linuxbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
build_and_publish_386: build_and_publish_386:

View File

@ -7,6 +7,8 @@ on:
- "fullbuild" - "fullbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
build_and_publish: build_and_publish:

View File

@ -7,6 +7,8 @@ on:
- "fullbuild" - "fullbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
build_and_publish: build_and_publish:

View File

@ -6,6 +6,8 @@ on:
- "fullbuild" - "fullbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
generate_tarball: generate_tarball:

View File

@ -7,6 +7,8 @@ on:
- "fullbuild" - "fullbuild"
tags: tags:
- "v*" - "v*"
schedule:
- cron: "17 1 * * *"
jobs: jobs:
build: build: