Skip to content

Commit 01bf335

Browse files
committed
Disable windows build
1 parent 34b59fe commit 01bf335

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.circleci/config.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@ jobs:
3131
paths:
3232
- hoverfly-java/
3333

34-
build-windows:
35-
machine:
36-
image: windows-server-2019
37-
resource_class: windows.medium
38-
working_directory: C:/hoverfly-java
39-
steps:
40-
- checkout
41-
- run:
42-
name: Set up Gradle Wrapper & Java
43-
command: |
44-
choco install -y openjdk11
45-
set "JAVA_HOME=C:\Program Files\OpenJDK\openjdk-11"
46-
set "PATH=%JAVA_HOME%\bin;%PATH%"
47-
echo "JAVA_HOME is set to %JAVA_HOME%"
48-
- run:
49-
name: Run Tests
50-
shell: cmd
51-
command: ".\\gradlew.bat clean test jacocoTestReport"
52-
- persist_to_workspace:
53-
root: C:/hoverfly-java/
54-
paths:
55-
- ./
34+
# build-windows:
35+
# machine:
36+
# image: windows-server-2019
37+
# resource_class: windows.medium
38+
# working_directory: C:/hoverfly-java
39+
# steps:
40+
# - checkout
41+
# - run:
42+
# name: Set up Gradle Wrapper & Java
43+
# command: |
44+
# choco install -y openjdk11
45+
# set "JAVA_HOME=C:\Program Files\OpenJDK\openjdk-11"
46+
# set "PATH=%JAVA_HOME%\bin;%PATH%"
47+
# echo "JAVA_HOME is set to %JAVA_HOME%"
48+
# - run:
49+
# name: Run Tests
50+
# shell: cmd
51+
# command: ".\\gradlew.bat clean test jacocoTestReport"
52+
# - persist_to_workspace:
53+
# root: C:/hoverfly-java/
54+
# paths:
55+
# - ./
5656

5757
deploy:
5858
docker:
@@ -82,11 +82,11 @@ workflows:
8282
build:
8383
jobs:
8484
- build-linux
85-
- build-windows
85+
# - build-windows
8686
- deploy:
8787
requires:
8888
- build-linux
89-
- build-windows
89+
# - build-windows
9090
filters:
9191
branches:
9292
only: master

0 commit comments

Comments
 (0)