summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-08 22:34:07 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-08 22:34:07 +0200
commit8d386248202dbde4f9ee6a77435f2740fb2e1160 (patch)
tree68819c6898a773a5102e03d3ce4b6c7baf003cd9 /.github/workflows
parent38ef2cabbecf694f66fa3bd5e69b9431c56a3f8d (diff)
ci: Test simulator on Windows
This change adds Windows as CI target for the OpenDC simulator in order to test that the simulator works on all major platforms.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0e8cc38..28e5846b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,6 +12,9 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [8, 16]
+ include:
+ - os: windows-latest
+ java: 16
steps:
- name: Checkout repository
uses: actions/checkout@v2