summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-29 00:43:45 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-29 00:43:45 (GMT)
commitb61f24e775b688f06e37f05158a873b1d6a65d10 (patch)
treec62b0618a440b4fecef7dcbf4bb791ebc36bea94
parentc7afaf08bdd06b834ccdbdb4e0498d76d451a4b5 (diff)
downloadSCons-b61f24e775b688f06e37f05158a873b1d6a65d10.zip
SCons-b61f24e775b688f06e37f05158a873b1d6a65d10.tar.gz
SCons-b61f24e775b688f06e37f05158a873b1d6a65d10.tar.bz2
[skip travis] back to 1 run per build type.
-rw-r--r--.appveyor.yml60
1 files changed, 30 insertions, 30 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8ab64dc..070587f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -79,35 +79,35 @@ environment:
BUILD_JOB_NUM: 1
COVERAGE: 0
- - WINPYTHON: "Python27"
- PYTHON: "2.7"
- PYVER: 27
- BUILD_JOB_NUM: 2
- COVERAGE: 0
-
- - WINPYTHON: "Python35"
- PYTHON: "3.5"
- PYVER: 35
- BUILD_JOB_NUM: 2
- COVERAGE: 0
-
- - WINPYTHON: "Python36"
- PYTHON: "3.6"
- PYVER: 36
- BUILD_JOB_NUM: 2
- COVERAGE: 1
-
- - WINPYTHON: "Python37"
- PYTHON: "3.7"
- PYVER: 37
- BUILD_JOB_NUM: 2
- COVERAGE: 0
-
- - WINPYTHON: "Python38"
- PYTHON: "3.8"
- PYVER: 38
- BUILD_JOB_NUM: 2
- COVERAGE: 0
+ # - WINPYTHON: "Python27"
+ # PYTHON: "2.7"
+ # PYVER: 27
+ # BUILD_JOB_NUM: 2
+ # COVERAGE: 0
+
+ # - WINPYTHON: "Python35"
+ # PYTHON: "3.5"
+ # PYVER: 35
+ # BUILD_JOB_NUM: 2
+ # COVERAGE: 0
+
+ # - WINPYTHON: "Python36"
+ # PYTHON: "3.6"
+ # PYVER: 36
+ # BUILD_JOB_NUM: 2
+ # COVERAGE: 1
+
+ # - WINPYTHON: "Python37"
+ # PYTHON: "3.7"
+ # PYVER: 37
+ # BUILD_JOB_NUM: 2
+ # COVERAGE: 0
+
+ # - WINPYTHON: "Python38"
+ # PYTHON: "3.8"
+ # PYVER: 38
+ # BUILD_JOB_NUM: 2
+ # COVERAGE: 0
# remove sets of build jobs based on critia below
@@ -195,7 +195,7 @@ build_script:
# setup portion of tests for this build job (1-4)
- ps: |
- $TOTAL_BUILD_JOBS = 2;
+ $TOTAL_BUILD_JOBS = 1;
$Lines = (Get-Content all_tests.txt | Measure-Object -line).Lines;
$start = ($Lines / $TOTAL_BUILD_JOBS) * ($Env:BUILD_JOB_NUM - 1);
$end = ($Lines / $TOTAL_BUILD_JOBS) * $Env:BUILD_JOB_NUM;