mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds Circle job that triggers external tests nightly.
This commit is contained in:
parent
3e6de8904b
commit
17917819ed
@ -421,3 +421,17 @@ workflows:
|
|||||||
<<: *build_on_tags
|
<<: *build_on_tags
|
||||||
requires:
|
requires:
|
||||||
- build_x86_archlinux
|
- build_x86_archlinux
|
||||||
|
test_nightly:
|
||||||
|
triggers:
|
||||||
|
- schedule:
|
||||||
|
cron: "0 0 * * *"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
jobs:
|
||||||
|
- build_emscripten: *build_on_tags
|
||||||
|
- test_emscripten_external:
|
||||||
|
<<: *build_on_tags
|
||||||
|
requires:
|
||||||
|
- build_emscripten
|
||||||
|
Loading…
Reference in New Issue
Block a user