forked from conda-forge/libnetcdf-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (22 loc) · 1.68 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
language: generic
env:
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "Nx8IpDAhzL7IVDEQVjcFhKVH6LKxvhEZm0fBUI6naCi+H41Byd/EBqaGwJkYmY+Nuy3xeGh3778DpWdmyPcs3FR6i/LQ3dJV26sJDvGLDYM2DTgy42IUwA47z1vaHjGJdYbt2mKwHYmR8TOmO0Luwb2K3AFJ3y0XLWMXX8CZRFOtOjtRtsEIOARWtYdeepQB6TCaedD9hqbwYSY3+enAYkGYVvurvJNQGe37E7oIuS07XR+JyieoYpP6/SX1gF3P5LdDolANeoDtTTNXvElkpZRbpXDoYU7wzUzFFwc8RLe4pLIKhaD0uS55zeEnFt3SJpO/deK5SdIMITzNSe9aUE53lBFNZ6DHcXHvSVlQN4Vxq23iT7wyNLjUOvtaPiWpIt5UebWSDsQjQhwoNGLell5R8QOimlPtjiC8g7mLgatbsh4wIscsY/Pbk/Jc76hz0tndOfR3LJw8xZLBW8WTKikX6jTS9ECJLYduu2r9SEkqCPyCNHNlv2kc4lmfca4WW7dxIMXslmCJRoT0iGVCGKmeJz5xLNtrFzKdOIXtMnVxAhhFCWLXM7nlU8nVYNjMLAPDRBGA//bLqgosElHZo3tiwd02JXB4HZkTWF6tADtxBCPgT1R+xxqQ6yBVB4sVYEfY5p76VPybO3vGYFlxmJA1piV3xVBzv3/jsAbLoDc="
matrix:
include:
- env: CONFIG=linux_ppc64le_mpimpichtarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
- env: CONFIG=linux_ppc64le_mpinompitarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
- env: CONFIG=linux_ppc64le_mpiopenmpitarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
script:
- export CI=travis
- export GIT_BRANCH="$TRAVIS_BRANCH"
- if [[ ${PLATFORM} =~ .*linux.* ]]; then ./.scripts/run_docker_build.sh; fi