Browse Source

CI: let build task will depend on 'docker builder'

However this setup should be tested if working on non-master branch
since docker builder is disabled on them.
emacs-27
Leonid Plyushch 6 years ago
parent
commit
b54570d761
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      .cirrus.yml

4
.cirrus.yml

@ -21,6 +21,9 @@ task:
# 2 hours is a maximal timeout available for free use.
timeout_in: 120m
depends_in:
- Update docker image
environment:
matrix:
TERMUX_ARCH: aarch64
@ -54,7 +57,6 @@ task:
timeout_in: 60m
depends_on:
- Update docker image
- Build
environment:

Loading…
Cancel
Save