1 Star 0 Fork 377

Kevin.Cui/workflow

forked from 搜狗开源/workflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyingxin 提交于 2021-02-09 21:57 . Update .travis.yml
language: cpp
dist: trusty
os: linux
compiler:
- gcc
jobs:
include:
- env: COMPILER=g++-8 BUILD=Release STANDARD=11
compiler: gcc
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- cmake
script:
- make
- cd tutorial
- make
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kevin_mavin_cui/workflow.git
git@gitee.com:kevin_mavin_cui/workflow.git
kevin_mavin_cui
workflow
workflow
master

搜索帮助