Skip to content

Commit

Permalink
Combine dev package build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 27, 2018
1 parent 7763406 commit a781841
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stages:
- name: conda_core_dev_package
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: conda_recommended_dev_package
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: pip_dev_package
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: conda_package
Expand Down Expand Up @@ -121,20 +121,13 @@ jobs:

- &conda_pkg
<<: *default
stage: conda_core_dev_package
stage: conda_dev_package
env: DESC="" TRAVIS_NOCACHE=$TRAVIS_JOB_ID CHANS=$CHANS_DEV LABELS=$LABELS_DEV
install:
- travis_wait 30 doit package_build --recipe=core $CHANS $PKG_TEST_PYTHON --test-group=unit
script:
- doit package_upload --token=$CONDA_UPLOAD_TOKEN $LABELS --recipe=core

- &conda_pkg
<<: *default
stage: conda_recommended_dev_package
env: DESC="" TRAVIS_NOCACHE=$TRAVIS_JOB_ID CHANS=$CHANS_DEV LABELS=$LABELS_DEV
install:
- travis_wait 30 doit package_build --recipe=recommended $CHANS $PKG_TEST_PYTHON --test-group=examples
script:
- doit package_upload --token=$CONDA_UPLOAD_TOKEN $LABELS --recipe=core
- doit package_upload --token=$CONDA_UPLOAD_TOKEN $LABELS --recipe=recommended

- <<: *conda_pkg
Expand Down

0 comments on commit a781841

Please sign in to comment.