Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ab00c105e2127cc39fa081ce9e02b452d574017 (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
30
31
32
# Travis-CI Build for libgit2sharp
# see travis-ci.org for details

language: c

os:
 - osx
 - linux

before_install:
 - date -u
 - uname -a
 - export PATH=/opt/mono/bin:$PATH
 - env | sort

# Make sure CMake and Mono are installed
install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh

# Build libgit2, LibGit2Sharp and run the tests
script:
 - ./build.libgit2sharp.sh 'LEAKS_IDENTIFYING'

# Only watch the development branch
branches:
 only:
   - vNext
   - master

# Notify of build changes
notifications:
 email:
  - emeric.fermas@gmail.com