Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
36 lines (28 loc) · 586 Bytes

File metadata and controls

36 lines (28 loc) · 586 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: c
os:
- osx
- linux
env:
global:
- MONO_OPTIONS=--debug
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.