|
|
@@ -129,18 +129,19 @@ jobs:
|
|
|
. .circleci/setup_debian.sh
|
|
|
. .circleci/cmake_test.sh
|
|
|
|
|
|
- "debian-jessie-gcc":
|
|
|
+ "debian-stretch-python":
|
|
|
docker:
|
|
|
- - image: debian:jessie
|
|
|
+ - image: debian:stretch
|
|
|
working_directory: ~/repo
|
|
|
steps:
|
|
|
- checkout
|
|
|
- run:
|
|
|
command: |
|
|
|
. .circleci/setup_debian.sh
|
|
|
- . .circleci/gcc_test.sh
|
|
|
+ pip install .
|
|
|
+ python runtests.py -u
|
|
|
|
|
|
- "debian-jessie-cmake":
|
|
|
+ "debian-jessie-gcc":
|
|
|
docker:
|
|
|
- image: debian:jessie
|
|
|
working_directory: ~/repo
|
|
|
@@ -149,9 +150,9 @@ jobs:
|
|
|
- run:
|
|
|
command: |
|
|
|
. .circleci/setup_debian.sh
|
|
|
- . .circleci/cmake_test.sh
|
|
|
+ . .circleci/gcc_test.sh
|
|
|
|
|
|
- "debian-jessie-python":
|
|
|
+ "debian-jessie-cmake":
|
|
|
docker:
|
|
|
- image: debian:jessie
|
|
|
working_directory: ~/repo
|
|
|
@@ -160,8 +161,7 @@ jobs:
|
|
|
- run:
|
|
|
command: |
|
|
|
. .circleci/setup_debian.sh
|
|
|
- pip install .
|
|
|
- python runtests.py -u
|
|
|
+ . .circleci/cmake_test.sh
|
|
|
|
|
|
"website-build":
|
|
|
docker:
|