mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 21:31:30 +00:00
Schedule weekly builds at 00:00 on Sun
This commit is contained in:
parent
b42fcc1ba4
commit
33446b437c
|
@ -1,7 +1,7 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gcc:
|
compile:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:18.04
|
- image: ubuntu:18.04
|
||||||
working_directory: ~/nnn
|
working_directory: ~/nnn
|
||||||
|
@ -73,12 +73,12 @@ workflows:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
jobs: &all-tests
|
jobs: &all-tests
|
||||||
- gcc
|
- compile
|
||||||
|
|
||||||
nightly:
|
nightly:
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0 * * *"
|
cron: "0 0 * * 0"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue