1 Star 0 Fork 49

enjoylife/NoahGameFrame

forked from kytooooo/NoahGameFrame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
sl-sandy 提交于 2020-03-22 14:45 . delete one build env
sudo: true
language: cpp
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
before_install:
- eval "${MATRIX_EVAL}"
compiler:
- g++
os:
- linux
install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get install -qq cmake; fi
script:
- sudo chmod 777 *.sh
- bash -c ./install4cmake.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/enjoylife/NoahGameFrame.git
git@gitee.com:enjoylife/NoahGameFrame.git
enjoylife
NoahGameFrame
NoahGameFrame
master

搜索帮助