1 Star 1 Fork 1

betterfly/fvwm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Adam 提交于 2016-08-04 23:51 . TRAVIS: Force containerised builds
language: c
sudo: false
branches:
except:
- todo
matrix:
include:
- compiler: gcc
env: CFLAGS="-g -O2 -Wall -Wpointer-arith -fno-strict-aliasing -Werror -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-type-limits -Wno-missing-field-initializers"
- compiler: clang
env: CFLAGS="-g -O2"
addons:
apt:
packages:
- debhelper
- autotools-dev
- dh-autoreconf
- file
- fontconfig
- gettext
- libfontconfig-dev
- libfreetype6-dev
- libfribidi-dev
- libncurses5-dev
- libreadline-dev
- libpng-dev
- libsm-dev
- libx11-dev
- libxcursor-dev
- libxext-dev
- libxft-dev
- libxi-dev
- x11proto-xinerama-dev
- libxpm-dev
- libxrender-dev
- libxt-dev
- sharutils
- xsltproc
- build-essential
script: (CFLAGS= ./autogen.sh) && make
notifications:
irc:
channels:
- "chat.freenode.net#fvwm"
use_notice: true
skip_join: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/better_fly/fvwm.git
git@gitee.com:better_fly/fvwm.git
better_fly
fvwm
fvwm
master

搜索帮助