We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be64d22 commit 7712e30Copy full SHA for 7712e30
appveyor.yml
@@ -1,7 +1,7 @@
1
version: 1.0.{build}
2
image:
3
- Visual Studio 2017
4
- - Ubuntu1804
+ - Ubuntu2204
5
6
environment:
7
CLICOLOR_FORCE: 1
@@ -14,7 +14,7 @@ matrix:
14
exclude:
15
- image: Visual Studio 2017
16
MSYSTEM: LINUX
17
- - image: Ubuntu1804
+ - image: Ubuntu2204
18
MSYSTEM: MINGW64
19
20
for:
@@ -30,7 +30,7 @@ for:
30
./misc/ninja_syntax_test.py 2>&1\n\"@"
31
- matrix:
32
only:
33
34
build_script:
35
- ./configure.py --bootstrap
36
- ./ninja all
0 commit comments