Skip to content

Commit 6cb830e

Browse files
authored
Merge pull request #72 from light-curve/ci-build-windows
CI: build on Windows w/o GSL
2 parents 1a4566d + 5533150 commit 6cb830e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
os: 'ubuntu-latest'
9696
cargo_extra_args: '--locked --no-default-features --features mkl,gsl'
9797
install_fftw: false
98+
- name: 'Windows, statically linked FFTW'
99+
os: 'windows-latest'
100+
cargo_extra_args: '--locked --no-default-features --features fftw-static'
101+
install_fftw: false
98102

99103
defaults:
100104
run:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
12+
- CI: build Windows w/o GSL
1313

1414
### Changed
1515

0 commit comments

Comments
 (0)