2 Star 5 Fork 2

shineframe/shine_serial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
shineframe 提交于 2018-08-25 11:20 . readme
sudo: true
language: cpp
compiler: g++
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- g++-4.9
- cmake-data
- cmake
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
script:
- mkdir build && cd build
- cmake ..
- make
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/shineframe/shine_serial.git
git@gitee.com:shineframe/shine_serial.git
shineframe
shine_serial
shine_serial
master

搜索帮助