Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Nov 22, 2021
1 parent 7e0cc1b commit aaca3ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
win: circleci/windows@2.4.1

commands:
create_custom_cache_lock:
description: "Create custom cache lock for java version."
Expand Down Expand Up @@ -45,6 +48,9 @@ jobs:
docker:
- image: circleci/openjdk:14.0.2-buster
<<: *default_steps
windows-openjdk12:
executor: win/default
<<: *default_steps

workflows:
version: 2
Expand All @@ -55,3 +61,4 @@ workflows:
- openjdk9
- openjdk11
- openjdk13
- windows-openjdk12

0 comments on commit aaca3ce

Please sign in to comment.