Lines Matching +full:ninja +full:- +full:linux
3 - Visual Studio 2017
4 - Ubuntu1804
10 - MSYSTEM: MINGW64
11 - MSYSTEM: MSVC
12 - MSYSTEM: LINUX
16 - image: Visual Studio 2017
17 MSYSTEM: LINUX
18 - image: Ubuntu1804
20 - image: Ubuntu1804
24 -
27 - MSYSTEM: MINGW64
29 ps: "C:\\msys64\\usr\\bin\\bash -lc @\"\n
30 pacman -S --quiet --noconfirm --needed re2c 2>&1\n
31 ./configure.py --bootstrap --platform mingw 2>&1\n
32 ./ninja all\n
35 -
38 - MSYSTEM: MSVC
40 - cmd: >-
43 python configure.py --bootstrap
45 ninja.bootstrap.exe all
51 - matrix:
53 - image: Ubuntu1804
55 - ./configure.py --bootstrap
56 - ./ninja all
57 - ./ninja_test
58 - misc/ninja_syntax_test.py
59 - misc/output_test.py