forked from conda-forge/cvxopt-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (22 loc) · 1.64 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: "QimLQPycjUrH0EwUR2jF4yK3TWDIRdYSwo6EUyvDl7dCkFMG9iKXlWxkJ54muctuXUMRIRBlFeqxSpbAe11axyX+c7d0T1doAVcuqR0gcQx6MO4r0wuPML8/uqAch9MmvqUrGb8+EKu79ED00+vdE8uZU8RiM/mY5uONuTld6jsoyloGId3TMSIfobF3vBNbzC7r8qE4gIkBaa2nVBXeY4pf9XtPL0N0msN+cgzSfbufXHx0tJB/e9l/WKkNDWT70tGpVlt+mKH/qPp0bgu+NdDq3gG0oECGy+hN8fUrKnhLuUuCPZy7svlYQhQPQDEoFCV3oNcdoeBV6HoJmCYmwpYZWcEkqHGDCCOls4qJQr1zsU69zVmsMh5U1I82UOE++UiUD4WaSiSkbEPQaZp45pClWxs17B1KNWaqi6+cevuGzXoITJ3aA1cNRS/T7s/yIE7HZBOqamgt7ztN+n93naWJHNUtK+44fwTKv38F7yguhS/Yh3ZiCwSWlbxflI9G/nU8PBT1x6LppjVMnBGgWe48GGEEjtP7U/ruJNmPSWEZuGnHSdeENocwPhGSy2fGcgDM1rdk6wU+M66U8iPGPUkOPByWPkvwR/lBdU4XMOfhg3MenVaF1HOhMbRyzPfbu0enT1ugx8TsfIFbMYXbFdZQ7Gq1Dx9BDW0sE2n2Omc="
matrix:
include:
- env: CONFIG=linux_ppc64le_python3.6.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
- env: CONFIG=linux_ppc64le_python3.7.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
- env: CONFIG=linux_ppc64le_python3.8.____cpython 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