Skip to content

Commit

Permalink
no defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jun 19, 2018
1 parent a073487 commit 9d987a5
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@

defaults: &defaults
working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3
#defaults: &defaults
# working_directory: ~/markovmodel/PyEMMA
# docker:
# - image: continuumio/miniconda3

inst_conda_bld: &inst_conda_bld
- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build
#inst_conda_bld: &inst_conda_bld
# - run: conda config --add channels conda-forge
# - run: conda config --set always_yes true
# - run: conda config --set quiet true
# - run: conda install conda-build

version: 2

jobs:
build:
<<: *defaults
working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3
parallelism: 1
steps:
- checkout
Expand All @@ -35,7 +37,9 @@ jobs:


test:
<<: *defaults
working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3
parallelism: 4
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
Expand Down

0 comments on commit 9d987a5

Please sign in to comment.