1 Star 0 Fork 0

NxeedGoTo / ninja

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu1804
environment:
CLICOLOR_FORCE: 1
CHERE_INVOKING: 1 # Tell Bash to inherit the current working directory
matrix:
- MSYSTEM: MINGW64
- MSYSTEM: LINUX
matrix:
exclude:
- image: Visual Studio 2017
MSYSTEM: LINUX
- image: Ubuntu1804
MSYSTEM: MINGW64
for:
-
matrix:
only:
- MSYSTEM: MINGW64
build_script:
ps: "C:\\msys64\\usr\\bin\\bash -lc @\"\n
pacman -S --quiet --noconfirm --needed re2c 2>&1\n
./configure.py --bootstrap --platform mingw 2>&1\n
./ninja all\n
./misc/ninja_syntax_test.py 2>&1\n\"@"
- matrix:
only:
- image: Ubuntu1804
build_script:
- ./configure.py --bootstrap
- ./ninja all
- misc/ninja_syntax_test.py
- misc/output_test.py
test: off
1
https://gitee.com/nxeedgotoNzeedGoTo/ninja.git
git@gitee.com:nxeedgotoNzeedGoTo/ninja.git
nxeedgotoNzeedGoTo
ninja
ninja
master

搜索帮助