mirror of
https://github.com/tmux/tmux.git
synced 2025-04-14 23:38:48 +00:00
Update .travis.yml from master.
This commit is contained in:
parent
7cdb1cfc8d
commit
47795d1695
22
.travis.yml
22
.travis.yml
@ -1,10 +1,16 @@
|
|||||||
language: c
|
language: c
|
||||||
matrix:
|
|
||||||
include:
|
os:
|
||||||
- compiler: gcc
|
- linux
|
||||||
- compiler: clang
|
- osx
|
||||||
env: CFLAGS="-g -O2"
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
|
||||||
- sudo apt-get -y install bison debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -y install bison autotools-dev libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential; fi
|
||||||
script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make
|
|
||||||
|
script:
|
||||||
|
- ./autogen.sh && ./configure && make
|
||||||
|
Loading…
Reference in New Issue
Block a user