From fc4391cfcdbf04ea72443ba04ad36b5ef61e9baf Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 7 Mar 2014 17:20:37 +0000 Subject: [PATCH] just commit the yml, not all the html surrounding it. --- .travis.yml | 1057 +-------------------------------------------------- 1 file changed, 12 insertions(+), 1045 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0746818..eba3664e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,1045 +1,12 @@ - - - - - - file/.travis.yml at 05d70e5124229d7dc4f374de2df623d67996c55c · file/file · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-
- - - - - - - -
- - -
- - - - - -
- - This repository - - - -
- - - - - - - - -
-
- -
-
- - - - -
- -
-
- - - - -

- public - - - - - / - file - - - Octocat-spinner-32 - - -

-
-
- -
-
-
- - -
-
- -
- - - -
-
- -
- - - - -
-

HTTPS clone URL

-
- - - -
-
- - - -
-

Subversion checkout URL

-
- - - -
-
- - -

You can clone with - HTTPS - or Subversion. - - - - - -

- - - - - - Download ZIP - -
-
- -
- - - - - - - - - -
- - -
- - - tree: - 05d70e5124 - - - -
- - -
- - -
- Fetching contributors… - -
-

Octocat-spinner-32-eaf2f5

-

Cannot retrieve contributors at this time

-
-
- -
-
-
-
- - file - - 17 lines (16 sloc) - - 0.346 kb -
- -
-
- - - - - -
- 1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 - -
language: c
compiler:
 - gcc
 - clang
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq automake autoconf libtool make zlib1g-dev python
script:
 - libtoolize --copy --force --install
 - aclocal
 - autoheader
 - autoconf
 - automake -a -c -f --foreign
 - ./configure --disable-silent-rules
 - make -j4
 - make -C tests check
-
- -
-
- - - - -
- -
- -
-
- - -
- -
- -
- - -
-
-
- -
-
- -
- -
- - - Something went wrong with that request. Please try again. -
- - - +language: c +compiler: + - gcc + - clang +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq automake autoconf libtool make zlib1g-dev python +script: + - autoreconf -f -i + - ./configure --disable-silent-rules + - make -j4 + - make -C tests check -- 2.40.0