7 Star 31 Fork 8

Gitee 极速下载 / ninja

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ninja-build/ninja
克隆/下载
appveyor.yml 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Niklas Hasse 提交于 2024-03-16 18:08 . AppVeyor: Update Ubuntu to 22.04
version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu2204
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: Ubuntu2204
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: Ubuntu2204
build_script:
- ./configure.py --bootstrap
- ./ninja all
- misc/ninja_syntax_test.py
- misc/output_test.py
test: off
C++
1
https://gitee.com/mirrors/ninja.git
git@gitee.com:mirrors/ninja.git
mirrors
ninja
ninja
master

搜索帮助