1 Star 0 Fork 1

wtf3505/openage

forked from Gitee 极速下载/openage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kevinfile 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jonas Jelten 提交于 2020-05-08 22:32 +08:00 . kevin: migration for new build host
# kevin ci config script for openage
#
# see here for the CI source code:
# https://github.com/SFTtech/kevin
sanity_check:
- skip (? if job != "debian" ?)
make checkall
# Various optimisation options can affect warnings compiler generates.
# Make sure both release and debug are tested. Arch job has more checks,
# so it should run debug, while Debian can test build in release.
configure:
- env: mode=debug compiler=gcc (? if job == "debian" ?)
- env: mode=debug compiler=clang (? if job == "debian-clang" ?)
./configure --mode=${mode} --compiler=${compiler} --ccache --download-nyan
# TODO: once all warnings are gone again, set --flags="-Werror"
build: configure
make -j$(nproc) build
test: build
make tests
install: build
make install DESTDIR=/tmp/openage
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wtf3505/openage.git
git@gitee.com:wtf3505/openage.git
wtf3505
openage
openage
master

搜索帮助