|
|
@@ -22,9 +22,9 @@
|
|
|
|
|
|
version: 2
|
|
|
jobs:
|
|
|
- "py361":
|
|
|
+ "py368":
|
|
|
docker:
|
|
|
- - image: circleci/python:3.6.1
|
|
|
+ - image: circleci/python:3.6.8
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -34,9 +34,9 @@ jobs:
|
|
|
. .circleci/python_test.sh
|
|
|
|
|
|
|
|
|
- "py353":
|
|
|
+ "py357":
|
|
|
docker:
|
|
|
- - image: circleci/python:3.5.3
|
|
|
+ - image: circleci/python:3.5.7
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -45,9 +45,9 @@ jobs:
|
|
|
. .circleci/setup_circleimg.sh
|
|
|
. .circleci/python_test.sh
|
|
|
|
|
|
- "py346":
|
|
|
+ "py3410":
|
|
|
docker:
|
|
|
- - image: circleci/python:3.4.6
|
|
|
+ - image: circleci/python:3.4.10
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -56,9 +56,9 @@ jobs:
|
|
|
. .circleci/setup_circleimg.sh
|
|
|
. .circleci/python_test.sh
|
|
|
|
|
|
- "py2713":
|
|
|
+ "py2715":
|
|
|
docker:
|
|
|
- - image: circleci/python:2.7.13
|
|
|
+ - image: circleci/python:2.7.15
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -107,9 +107,9 @@ jobs:
|
|
|
command: |
|
|
|
. .circleci/gcc_test.sh
|
|
|
|
|
|
- "debian-wheezy-gcc":
|
|
|
+ "debian-stretch-gcc":
|
|
|
docker:
|
|
|
- - image: debian:wheezy
|
|
|
+ - image: debian:stretch
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -118,9 +118,9 @@ jobs:
|
|
|
. .circleci/setup_debian.sh
|
|
|
. .circleci/gcc_test.sh
|
|
|
|
|
|
- "debian-wheezy-cmake":
|
|
|
+ "debian-stretch-cmake":
|
|
|
docker:
|
|
|
- - image: debian:wheezy
|
|
|
+ - image: debian:stretch
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
@@ -180,17 +180,17 @@ workflows:
|
|
|
version: 2
|
|
|
build:
|
|
|
jobs:
|
|
|
- - "py361"
|
|
|
- - "py353"
|
|
|
- - "py346"
|
|
|
- - "py2713"
|
|
|
+ - "py368"
|
|
|
+ - "py357"
|
|
|
+ - "py3410"
|
|
|
+ - "py2715"
|
|
|
- "gcc5"
|
|
|
- "gcc6"
|
|
|
- "gcc7"
|
|
|
- "gcclatest"
|
|
|
- "website-build"
|
|
|
- - "debian-wheezy-gcc"
|
|
|
- - "debian-wheezy-cmake"
|
|
|
+ - "debian-stretch-gcc"
|
|
|
+ - "debian-stretch-cmake"
|
|
|
- "debian-jessie-gcc"
|
|
|
- "debian-jessie-cmake"
|
|
|
- "debian-jessie-python"
|