]> granicus.if.org Git - python/commitdiff
bpo-33764: Appveyor fixes (GH-7364) (GH-7379)
authorNed Deily <nad@python.org>
Mon, 4 Jun 2018 04:47:37 +0000 (00:47 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Jun 2018 04:47:37 +0000 (00:47 -0400)
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests

.github/appveyor.yml

index e26969664ec29c56593fc0e0c3abc92fb2c0e2b7..09eb7db0f0d46d22b2bb3bd8e4aaf47b6734e396 100644 (file)
@@ -20,9 +20,10 @@ before_build:
         If (!$changes) {
           echo 'Only docs were updated, stopping build process.'
           Exit-AppveyorBuild
+        } else {
+          echo 'Doing full build due to non-doc changes in these files:'
+          echo $changes
         }
-        echo 'Doing full build due to non-doc changes in these files:'
-        echo $changes
       }
 
 
@@ -30,7 +31,7 @@ build_script:
   - cmd: PCbuild\build.bat -e
   - cmd: PCbuild\win32\python.exe -m test.pythoninfo
 test_script:
-  - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
+  - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 -j0
 environment:
   HOST_PYTHON: C:\Python36\python.exe
 image: