Skip to content

Commit

Permalink
feat(rolling): build fresh binaries every night (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Sep 1, 2022
1 parent a68472d commit 0c2744e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "androidbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
build_and_publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "linuxbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
build_and_publish_386:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
build_and_publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/oohelperd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
build_and_publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
generate_tarball:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "fullbuild"
tags:
- "v*"
schedule:
- cron: "17 1 * * *"

jobs:
build:
Expand Down

0 comments on commit 0c2744e

Please sign in to comment.