Skip to content

Commit

Permalink
Circle CI: Install python2
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and axic committed Aug 9, 2018
1 parent 01f8427 commit e839daf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ defaults:
$CXX --version
$CXX --version > compiler.version
install-system-deps: &install-system-deps
run:
name: "Install system dependencies"
command: |
sudo apt -q update
sudo apt -qy install python
configure: &configure
run:
name: "Configure"
Expand Down Expand Up @@ -163,6 +170,7 @@ jobs:
docker:
- image: ethereum/cpp-build-env
steps:
- *install-system-deps
- checkout
- *update-submodules
- *environment-info
Expand All @@ -184,6 +192,7 @@ jobs:
docker:
- image: cdetrio/nodejs-cpp-build-env
steps:
- *install-system-deps
- checkout
- *update-submodules
- *environment-info
Expand All @@ -205,6 +214,7 @@ jobs:
docker:
- image: ethereum/cpp-build-env:3
steps:
- *install-system-deps
- checkout
- *update-submodules
- *environment-info
Expand All @@ -228,6 +238,7 @@ jobs:
docker:
- image: ethereum/cpp-build-env
steps:
- *install-system-deps
- checkout
- *update-submodules
- *environment-info
Expand All @@ -251,6 +262,7 @@ jobs:
docker:
- image: ethereum/cpp-build-env
steps:
- *install-system-deps
- checkout
- *update-submodules
- *environment-info
Expand Down

0 comments on commit e839daf

Please sign in to comment.