]> andersk Git - libyaml.git/blame_incremental - .travis.yml
allow override of Windows static lib name
[libyaml.git] / .travis.yml
... / ...
CommitLineData
1language: c
2
3matrix:
4 include:
5 - os: linux
6 compiler: gcc
7 sudo: required
8 - os: linux
9 compiler: clang
10 sudo: required
11 - os: osx
12 compiler: gcc
13 - os: osx
14 compiler: clang
15
16before_install:
17
18# Travis branch-specific clone problem workaround:
19- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
20- git fetch
21
22- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
23 pip install --user scikit-ci-addons==0.15.0;
24 ci_addons travis/install_cmake 3.2.0;
25 fi
26
27script: tests/run-all-tests.sh
This page took 0.529513 seconds and 5 git commands to generate.