加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
# NOTE: Since we do not have direct access to either MacOS or Windows
# machines on which to develop WE DO NOT support building on MacOS or
# Windows.
# For Windows, it is known that the more recent Windows 10 versions are
# able to use either the debian archive OR AppImage (as Windows 10 now
# allows FUSE).
compiler: gcc
branches:
except: # do not build tags that we create using the upload.sh script
- /^(?i:continuous.*)$/
jobs:
fast_finish: true
include:
- os: linux
dist: bionic
env: CONTAINER_FROM="ubuntu:18.04"
services:
- docker
addons:
firefox: latest
script:
- ./buildScripts/travisLinuxDoItAll
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化