Selaa lähdekoodia

Schedule weekly builds at 00:00 on Sun

master
Arun Prakash Jana 6 vuotta sitten
vanhempi
commit
33446b437c
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      .circleci/config.yml

+ 3
- 3
.circleci/config.yml Näytä tiedosto

@@ -1,7 +1,7 @@
version: 2

jobs:
gcc:
compile:
docker:
- image: ubuntu:18.04
working_directory: ~/nnn
@@ -73,12 +73,12 @@ workflows:

test:
jobs: &all-tests
- gcc
- compile

nightly:
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 0"
filters:
branches:
only:


Loading…
Peruuta
Tallenna