aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-14 08:46:01 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-14 08:46:01 -0700
commit6902f83809cdd2ed39881b3d2ea7a70c6a048ea1 (patch)
treed2afe2228a80c8c80d9e09aa0eb9016bf2770880 /.github
parente3d2164f7275de7c56aed7ca28086d48ca46ba64 (diff)
downloadfpm-6902f83809cdd2ed39881b3d2ea7a70c6a048ea1.tar.gz
fpm-6902f83809cdd2ed39881b3d2ea7a70c6a048ea1.zip
Test on Windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CI.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 83f4fc4..d870b4e 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
gcc_v: [9] # Version of GFortran we want to use.
env:
FC: gfortran-${{ matrix.gcc_v }}