mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 08:01:06 +00:00
back to this
This commit is contained in:
parent
35b21916be
commit
5a5b75b447
@ -5,41 +5,45 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
ci:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
# Platforms
|
# # Platforms
|
||||||
- "debian-9"
|
# - "debian-9"
|
||||||
- "debian-8":
|
# - "debian-8":
|
||||||
requires:
|
# requires:
|
||||||
- "debian-9"
|
# - "debian-9"
|
||||||
|
|
||||||
- "ubuntu-18.04"
|
# - "ubuntu-18.04"
|
||||||
- "ubuntu-16.04":
|
# - "ubuntu-16.04":
|
||||||
requires:
|
# requires:
|
||||||
- "ubuntu-18.04"
|
# - "ubuntu-18.04"
|
||||||
|
|
||||||
- "fedora-29"
|
# - "fedora-29"
|
||||||
- "fedora-28":
|
# - "fedora-28":
|
||||||
requires:
|
# requires:
|
||||||
- "fedora-29"
|
# - "fedora-29"
|
||||||
|
|
||||||
- "centos-7"
|
# - "centos-7"
|
||||||
|
|
||||||
- "slackware-14.2"
|
# - "slackware-14.2"
|
||||||
|
|
||||||
# Test against PyPy 2.7/7.1.1
|
# Test against PyPy 2.7/7.1.1
|
||||||
- "pypy2.7-7.1"
|
- "build-image-pypy-2.7-7.1.1-jessie"
|
||||||
|
- "pypy2.7-7.1":
|
||||||
# Other assorted tasks and configurations
|
# Just until I'm satisfied the image is being built right
|
||||||
- "lint"
|
|
||||||
- "deprecations"
|
|
||||||
- "c-locale"
|
|
||||||
# Any locale other than C or UTF-8.
|
|
||||||
- "another-locale"
|
|
||||||
|
|
||||||
- "integration":
|
|
||||||
requires:
|
requires:
|
||||||
# If the unit test suite doesn't pass, don't bother running the
|
- "build-image-pypy-2.7-7.1.1-jessie"
|
||||||
# integration tests.
|
|
||||||
- "debian-9"
|
# # Other assorted tasks and configurations
|
||||||
|
# - "lint"
|
||||||
|
# - "deprecations"
|
||||||
|
# - "c-locale"
|
||||||
|
# # Any locale other than C or UTF-8.
|
||||||
|
# - "another-locale"
|
||||||
|
|
||||||
|
# - "integration":
|
||||||
|
# requires:
|
||||||
|
# # If the unit test suite doesn't pass, don't bother running the
|
||||||
|
# # integration tests.
|
||||||
|
# - "debian-9"
|
||||||
|
|
||||||
images:
|
images:
|
||||||
# Build the Docker images used by the ci jobs. This makes the ci jobs
|
# Build the Docker images used by the ci jobs. This makes the ci jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user