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 31 32 33 34 35 36 37 38 39 40 41 42 43
|
language: c
sudo: required
services: docker
addons:
homebrew:
packages: swig
script: "./packaging/travis/travis.sh"
after_failure: cat cctools.test.fail
notifications:
email:
on_success: always
on_failure: always
matrix:
include:
- os: osx
osx_image: xcode9.4
compiler: clang
- os: linux
compiler: clang
- os: linux
compiler: gcc
env: DOCKER_IMAGE=cclnd/cctools-env:x86_64-centos8
- os: linux
compiler: gcc
env: DOCKER_IMAGE=cclnd/cctools-env:x86_64-centos7
- os: linux
compiler: gcc
env: DOCKER_IMAGE=cclnd/cctools-env:x86_64-ubuntu20.04
deploy:
provider: releases
file: "/tmp/cctools-*.tar.gz"
file_glob: true
overwrite: true
skip_cleanup: true
on:
repo: cooperative-computing-lab/cctools
tags: true
api-key:
secure: N2shk/iZkkpHC8pRZLKaVr/hJKfc0QzGwTwkvGLdLE0HvlMP/hI8AXuxB/qAIjFU1cw+Mx4Ke96VysrBzfPDUEsw8LT+yNYtLSmFlMbwD8WKpRRrwEdx49KdmOTw9mt1utv7+yEWB5iRMztS9I7Vr5eTgtWmLG/iHGJGjJPGVc8=
global:
env:
- secure: JzlDhIIyHTtpB/uUukXuah+6amK1B8B1xMZeRNAtkFcCbk3rEKGUFQnHp6XE3xVRCNlRyx2UJlkw3kz5s2Dp/sfGZMQRRlytU8YcSbLsMGhW3N44CuGFAW/m9AYFH2JLPyb2IDoyDzkiOmEchZQRMMtsc/872FiPtC+2XJMX2Gs=
- secure: d9GrVm4wSMWMW7itbomGTSFiMCMBlyXGATQUN3juN6KLzuu1bvB2H9ommkkbVRHZlctwo9PhYMh3h2yNE7ybhw9aGQ6opWTU3w0bVWqcoNw5C+rSg3J2sxkoIbcIDIYFLIBEriI8m8VRunRqOoS2FEVBAtmoNWcmTe39ZxCNnS8=
|