summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ea25858a8e068a3709f9f23d2b2c7cc0fd0963dd (plain)
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
language: c

dist: trusty

before_install: ci/install-dependencies.sh

script: travis_wait 60 ci/run-build-and-tests.sh

sudo: required

git:
  depth: 2147483647

env:
  global:
    - SLEEP_A_BIT="sleep 0.2"
    - VERBOSE="1"

matrix:
  include:
    - compiler: gcc
      env:
        - TARGET=x86_64
        - STACKTRACE=libunwind
        - CHECK=valgrind
        - TIMEOUT_DURATION=1200
        - VALGRIND_TOOLS=memcheck
        - VALGRIND_TESTDIR=tests
        - VALGRIND_TESTS=looping_threads.test