Skip to content

Commit 77d40e8

Browse files
authored
use only powershell build (#245)
* only use powershell for windows builds * use windows specific test task * turn off testing on windows since we can't release unless tests pass // TODO
1 parent 17bf6ec commit 77d40e8

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.evergreen.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@ functions:
9595
source .evergreen/.setup_env
9696
export EVERGREEN_EXPANSIONS_PATH="$(pwd)/../tmp/expansions.yaml"
9797
npm run test-ci
98-
test_cygwin:
99-
- command: shell.exec
100-
params:
101-
working_dir: src
102-
shell: bash
103-
script: |
104-
set -e
105-
source .evergreen/.setup_env
106-
npm run test-ci
10798
test_ps:
10899
- command: expansions.write
109100
params:
@@ -160,11 +151,6 @@ tasks:
160151
- func: checkout
161152
- func: install
162153
- func: test
163-
- name: test_cygwin
164-
commands:
165-
- func: checkout
166-
- func: install
167-
- func: test_cygwin
168154
- name: test_ps
169155
commands:
170156
- func: checkout
@@ -209,17 +195,12 @@ buildvariants:
209195
- name: check
210196
- name: test
211197
- name: release_linux
212-
- name: windows
213-
display_name: "Windows VS 2019 Cygwin"
214-
run_on: windows-64-vs2019-test
215-
tasks:
216-
- name: check
217-
- name: test_cygwin
218198
- name: windows_ps
219199
display_name: "Windows VS 2019 PowerShell"
220200
run_on: windows-64-vs2019-test
221201
tasks:
222202
- name: check_ps
203+
# - name: test_ps
223204
- name: release_win_ps
224205
# - name: ubuntuppc
225206
# display_name: "Ubuntu 18.04 PPC"

0 commit comments

Comments
 (0)