From: Arun Prakash Jana Date: Sat, 13 Apr 2019 07:49:31 +0000 (+0530) Subject: Schedule weekly builds at 00:00 on Sun X-Git-Tag: v2.5~111 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=33446b437ccbbd07572c6f1159da8ac3e6e40f83;p=nnn.git Schedule weekly builds at 00:00 on Sun --- diff --git a/.circleci/config.yml b/.circleci/config.yml index eba0594f..1ec7fd54 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: