Changeset 3c89e7d in trunk
- Timestamp:
- 2020-09-14T11:32:04Z (4 years ago)
- Branches:
- master
- Children:
- d5f9fd37
- Parents:
- ed8ce8b
- git-author:
- Chad Whitacre <chad@…> (2020-09-14 11:30:10)
- git-committer:
- Chad Whitacre <chad@…> (2020-09-14 11:32:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .circleci/config.yml ¶
red8ce8b r3c89e7d 11 11 - "debian-9" 12 12 13 - "ubuntu-20 .04"14 - "ubuntu-18 .04":13 - "ubuntu-20-04" 14 - "ubuntu-18-04": 15 15 requires: 16 - "ubuntu-20 .04"17 - "ubuntu-16 .04":16 - "ubuntu-20-04" 17 - "ubuntu-16-04": 18 18 requires: 19 - "ubuntu-20 .04"19 - "ubuntu-20-04" 20 20 21 21 - "fedora-29" … … 26 26 - "centos-8" 27 27 28 - "nixos-19 .09"28 - "nixos-19-09" 29 29 30 30 # Test against PyPy 2.7 31 - "pypy2 .7-buster"31 - "pypy27-buster" 32 32 33 33 # Just one Python 3.6 configuration while the port is in-progress. 34 - "python3 .6"34 - "python36" 35 35 36 36 # Other assorted tasks and configurations … … 67 67 - "build-image-debian-8" 68 68 - "build-image-debian-9" 69 - "build-image-ubuntu-16 .04"70 - "build-image-ubuntu-18 .04"71 - "build-image-ubuntu-20 .04"69 - "build-image-ubuntu-16-04" 70 - "build-image-ubuntu-18-04" 71 - "build-image-ubuntu-20-04" 72 72 - "build-image-fedora-28" 73 73 - "build-image-fedora-29" 74 74 - "build-image-centos-8" 75 - "build-image-pypy -2.7-buster"75 - "build-image-pypy27-buster" 76 76 - "build-image-python36-ubuntu" 77 77 … … 203 203 204 204 205 pypy2 .7-buster:205 pypy27-buster: 206 206 <<: *DEBIAN 207 207 docker: … … 260 260 261 261 262 ubuntu-16 .04:262 ubuntu-16-04: 263 263 <<: *DEBIAN 264 264 docker: … … 267 267 268 268 269 ubuntu-18 .04: &UBUNTU_18_04269 ubuntu-18-04: &UBUNTU_18_04 270 270 <<: *DEBIAN 271 271 docker: … … 274 274 275 275 276 python3 .6:276 python36: 277 277 <<: *UBUNTU_18_04 278 278 docker: … … 289 289 290 290 291 ubuntu-20 .04:291 ubuntu-20-04: 292 292 <<: *DEBIAN 293 293 docker: … … 331 331 332 332 333 nixos-19 .09:333 nixos-19-09: 334 334 docker: 335 335 # Run in a highly Nix-capable environment. … … 476 476 477 477 478 build-image-ubuntu-16 .04:478 build-image-ubuntu-16-04: 479 479 <<: *BUILD_IMAGE 480 480 … … 485 485 486 486 487 build-image-ubuntu-18 .04:487 build-image-ubuntu-18-04: 488 488 <<: *BUILD_IMAGE 489 489 … … 503 503 504 504 505 build-image-ubuntu-20 .04:505 build-image-ubuntu-20-04: 506 506 <<: *BUILD_IMAGE 507 507 … … 539 539 540 540 541 build-image-pypy -2.7-buster:541 build-image-pypy27-buster: 542 542 <<: *BUILD_IMAGE 543 543
Note: See TracChangeset
for help on using the changeset viewer.