diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2023-10-12 21:27:52 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2023-10-12 21:27:52 (GMT) |
commit | 114a65826539fe7d40b439c3b7304b03b9f2d592 (patch) | |
tree | 40cd936b838e37e4a22f70e2e48a213bda334c20 /appveyor.yml | |
parent | aa2cc3f75fb57705271092f19e53d179fd9640c6 (diff) | |
parent | 7a8c494d2d1c643a997bc6d8598f2ff75eb77dd1 (diff) | |
download | Ninja-114a65826539fe7d40b439c3b7304b03b9f2d592.zip Ninja-114a65826539fe7d40b439c3b7304b03b9f2d592.tar.gz Ninja-114a65826539fe7d40b439c3b7304b03b9f2d592.tar.bz2 |
Merge branch 'master' into googletest
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7859e97..ecc9f98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ environment: CHERE_INVOKING: 1 # Tell Bash to inherit the current working directory matrix: - MSYSTEM: MINGW64 - - MSYSTEM: MSVC - MSYSTEM: LINUX matrix: @@ -17,8 +16,6 @@ matrix: MSYSTEM: LINUX - image: Ubuntu1804 MSYSTEM: MINGW64 - - image: Ubuntu1804 - MSYSTEM: MSVC for: - @@ -31,20 +28,6 @@ for: ./configure.py --bootstrap --platform mingw 2>&1\n ./ninja all\n ./misc/ninja_syntax_test.py 2>&1\n\"@" - - - matrix: - only: - - MSYSTEM: MSVC - build_script: - - cmd: >- - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - - python configure.py --bootstrap - - ninja.bootstrap.exe all - - python misc/ninja_syntax_test.py - - matrix: only: - image: Ubuntu1804 |