File: .travis.yml

package info (click to toggle)
xorg-server 2%3A21.1.16-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,152 kB
  • sloc: ansic: 335,474; xml: 13,846; sh: 5,513; objc: 3,060; makefile: 2,896; python: 514; cpp: 498; yacc: 323; asm: 214; lex: 128; awk: 52; perl: 5
file content (27 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (3)
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
language: c
cache:
    ccache: true
    directories:
        - $HOME/Library/Caches/Homebrew
branches:
    except:
        - /appveyor.*/

os: osx
osx_image: xcode9.2

matrix:
  include:
    - env: TOOL=meson
    - env: TOOL=autotools

install:
    - brew update
    - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache meson

script:
    - ./test/scripts/build-travis-osx.sh $TOOL
    - ccache -s

before_cache:
    - brew cleanup