File: .travis.yml

package info (click to toggle)
cctools 1%3A7.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 36,956 kB
  • sloc: ansic: 114,614; python: 29,532; cpp: 20,313; sh: 13,675; perl: 4,056; xml: 3,688; makefile: 1,436
file content (43 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (2)
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=