Skip to content

Commit

Permalink
Merge pull request #4 from Anthchirp/windows-build
Browse files Browse the repository at this point in the history
Enable Windows builds
  • Loading branch information
Anthchirp committed Sep 21, 2020
2 parents 9ec7a22 + 9a32908 commit dd515b2
Show file tree
Hide file tree
Showing 27 changed files with 789 additions and 116 deletions.
21 changes: 15 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 12 additions & 59 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .ci_support/linux_.yaml → .ci_support/linux_64_.yaml
Expand Up @@ -23,3 +23,5 @@ pin_run_as_build:
max_pin: x
lz4-c:
max_pin: x.x.x
target_platform:
- linux-64
8 changes: 4 additions & 4 deletions .ci_support/osx_.yaml → .ci_support/osx_64_.yaml
Expand Up @@ -5,25 +5,25 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '9'
- '10'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
- '10'
hdf5:
- 1.10.6
lz4_c:
- 1.9.2
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
target_platform:
- osx-64
21 changes: 21 additions & 0 deletions .ci_support/win_64_.yaml
@@ -0,0 +1,21 @@
bzip2:
- '1'
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
hdf5:
- 1.10.6
lz4_c:
- 1.9.2
pin_run_as_build:
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
target_platform:
- win-64
2 changes: 1 addition & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd515b2

Please sign in to comment.