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

.travis.yml - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7777d3504257c24ebb60c2ce2eedcb531b060a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: c
branches:
  only:
    - master
compiler:
  - gcc
  - clang
env:
  - CFLAGS=-O0
  - CFLAGS=-O1
  - CFLAGS=-O2
  - CFLAGS=-O3
  - CFLAGS=-Os
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq mono-complete
script:
  - ./autogen.sh
  - make distcheck