Skip to content

Commit 26edbb2

Browse files
committed
enh: add a nighly build
1 parent 6478732 commit 26edbb2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,23 @@ workflows:
142142
- test_3:
143143
requires:
144144
- build
145+
146+
nightly:
147+
triggers:
148+
- schedule:
149+
cron: "0 10 * * *"
150+
filters:
151+
branches:
152+
only:
153+
- master
154+
jobs:
155+
- build
156+
- test_1:
157+
requires:
158+
- build
159+
- test_2:
160+
requires:
161+
- build
162+
- test_3:
163+
requires:
164+
- build

0 commit comments

Comments
 (0)