Skip to content

Commit e44602c

Browse files
committed
Cirrus CI: get rid of the Windows task. [skip ci]
There are CI platforms that are useful for doing Windows CI using Visual Studio. It appears that Cirrus CI is not one of them, as they don't appear to have images with VS pre-installed, and it does appear that using Chocolatey to install it takes a long time.
1 parent 6433da8 commit e44602c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.cirrus.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -58,36 +58,6 @@ macos_task:
5858
- brew install openssl@3
5959
- ./build_matrix.sh
6060

61-
#
62-
# Just testing for now.
63-
#
64-
windows_task:
65-
name: windows-amd64
66-
only_if: $CIRRUS_BRANCH != 'coverity_scan'
67-
windows_container:
68-
image: cirrusci/windowsservercore:2019
69-
env:
70-
MAKE_BIN: msbuild
71-
MAKEFLAGS: '/m /nologo /m /nologo /p:Configuration=Release'
72-
MATRIX_CC: cl
73-
MATRIX_CMAKE: yes
74-
MSYSTEM: MINGW64
75-
install_script:
76-
- dir/a "C:\Program Files (x86)"
77-
- choco install -y --no-progress --limit-output visualstudio2019-workload-vctools --package-parameters "--includeOptional"
78-
- choco install --no-progress -y winflexbison
79-
- win_flex --version
80-
- win_bison --version
81-
- choco install --no-progress -y curl
82-
- curl -O -s https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
83-
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
84-
- curl -O -s https://npcap.com/dist/npcap-sdk-1.13.zip
85-
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk
86-
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
87-
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
88-
script:
89-
- sh -lc ./build_matrix.sh
90-
9161
coverity_task:
9262
name: Coverity Scan
9363
only_if: $CIRRUS_BRANCH == 'coverity_scan'

0 commit comments

Comments
 (0)