1 Star 0 Fork 2

chl160/vscode-cmake-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
os:
- osx
- linux
compiler:
- gcc
dist: trusty
sudo: false
addons:
apt:
sources:
- sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main
key_url: https://packages.microsoft.com/keys/microsoft.asc
packages:
- powershell
- gdb
before_install:
- |
nvm install 8.12.0 || exit 2
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
else
curl https://github.com/PowerShell/PowerShell/releases/download/v6.1.1/powershell-6.1.1-osx-x64.pkg -Lo /tmp/pwsh.pkg || exit 2
sudo installer -pkg /tmp/pwsh.pkg -target / || exit 2
fi
script: pwsh -NonInteractive -NoProfile -NoLogo scripts/ci.ps1
notifications:
webhooks:
- https://webhooks.gitter.im/e/064f3494f67de1248aa0
- https://webhooks.gitter.im/e/cfff11fc076f431c1edf
email:
on_success: change
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chl160/vscode-cmake-tools.git
[email protected]:chl160/vscode-cmake-tools.git
chl160
vscode-cmake-tools
vscode-cmake-tools
master

搜索帮助