瀏覽代碼

Schedule weekly builds at 00:00 on Sun

master
Arun Prakash Jana 5 年之前
父節點
當前提交
33446b437c
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      .circleci/config.yml

+ 3
- 3
.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:


Loading…
取消
儲存