1 Star 1 Fork 5

郭佳明/keystone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stephen 提交于 2017-11-05 05:09 . add monitoring of brew builds (#325)
language: cpp
sudo: false
script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
- make -j 8
compiler:
- clang
- gcc
os:
- linux
- osx
matrix:
include:
- if: branch = master
os: osx
compiler: clang
script: brew update && brew install --HEAD keystone
- if: branch = master
os: osx
compiler: gcc
script: brew update && brew install --HEAD keystone
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/andisolo/keystone.git
git@gitee.com:andisolo/keystone.git
andisolo
keystone
keystone
master

搜索帮助