Skip to content

Commit

Permalink
Merge pull request #40 from CDAT/new_vtk_baselines
Browse files Browse the repository at this point in the history
new baseline for newer vtk
  • Loading branch information
doutriaux1 authored Jul 9, 2019
2 parents f254fe5 + e92d1e5 commit 38002d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ aliases:
- &create_conda_env
name: create_conda_env
environment:
PKGS: "cdms2 'libcdms>=3.1.2' mesalib matplotlib numpy vcs 'proj4<5' testsrunner vtk-cdat"
CHANNELS: "-c cdat/label/nightly -c cdat-forge -c conda-forge -c cdat"
PKGS: "cdms2 mesalib matplotlib numpy vcs 'proj4<5' testsrunner vtk-cdat"
CHANNELS: "-c cdat/label/nightly -c conda-forge"
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
conda config --set always_yes yes --set changeps1 no
Expand Down Expand Up @@ -66,7 +66,7 @@ aliases:
- &conda_upload
name: conda_upload
environment:
CHANNELS: "-c cdat/label/nightly -c cdat-forge -c conda-forge -c cdat"
CHANNELS: "-c cdat/label/nightly -c conda-forge"
command: |
if [[ $CIRCLE_BRANCH != 'master' ]]; then
exit 0
Expand Down Expand Up @@ -199,17 +199,11 @@ workflows:
version: 2
vcsaddons:
jobs:
- macos_vcsaddons_py2
- macos_vcsaddons_py3:
requires:
- macos_vcsaddons_py2
- linux_vcsaddons_py3
- linux_vcsaddons_py2
- linux_vcsaddons_py3:
requires:
- linux_vcsaddons_py2






5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ before_install:
- bash miniconda.sh -b -p $HOME/miniconda
- conda config --set always_yes yes --set changeps1 no
- conda update -y -q conda
- conda install -f "conda<4.6"
script:
- export UVCDAT_ANONYMOUS_LOG=False
- export UVCDAT_SETUP_PATH=${HOME}
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export COMPILERS=gcc_linux-64; export LDSHARED_FLAGS="-shared -pthread" ; export FFMPEG="'ffmpeg>4.0.1'" ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export COMPILERS=clang_osx-64; export LDSHARED_FLAGS="-bundle -undefined dynamic_lookup" ; export FFMPEG="'ffmpeg>=4.1'" ; fi
- conda create -q -n py2 -c cdat/label/nightly -c cdat-forge -c conda-forge -c cdat cdms2 'libcdms>=3.1.2' testsrunner matplotlib mesalib vcs $FFMPEG "proj4<5" "python<3" ${COMPILERS}
- conda create -q -n py3 -c cdat/label/nightly -c cdat-forge -c conda-forge -c cdat cdms2 'libcdms>=3.1.2' testsrunner matplotlib mesalib vcs $FFMPEG "proj4<5" "python=3.6" ${COMPILERS}
- conda create -q -n py2 -c cdat/label/nightly -c conda-forge cdms2 testsrunner matplotlib mesalib vcs $FFMPEG "proj4<5" "python<3" ${COMPILERS}
- conda create -q -n py3 -c cdat/label/nightly -c conda-forge cdms2 testsrunner matplotlib mesalib vcs $FFMPEG "proj4<5" "python=3.6" ${COMPILERS}
- echo $TRAVIS_BRANCH
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
- echo $TRAVIS_EVENT_TYPE
Expand Down
Binary file modified tests/baselines/test_vcsaddons_EzPlot_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38002d6

Please sign in to comment.