3 Star 17 Fork 4

sudo / tGFX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo 提交于 2020-02-19 16:31 . Feat/CI (#2)
language: c
os: linux
dist: bionic
compiler:
- clang
- gcc
addons:
apt:
sources:
- sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
before_install:
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get -q update
- sudo apt-get -y install xorg openbox clang-format-9
script:
- scripts/run-clang-format.sh
- scripts/build-x11-example.sh
C
1
https://gitee.com/onedevice/tGFX.git
git@gitee.com:onedevice/tGFX.git
onedevice
tGFX
tGFX
master

搜索帮助