Skip to content

Commit

Permalink
Merge pull request #161 from h-vetinari/win_test
Browse files Browse the repository at this point in the history
Also run test suite on windows; clean-ups
  • Loading branch information
h-vetinari authored Jul 8, 2024
2 parents 78809b2 + 6030d72 commit 441b6ae
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 312 deletions.
41 changes: 1 addition & 40 deletions .azure-pipelines/azure-pipelines-linux.yml

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

37 changes: 2 additions & 35 deletions .azure-pipelines/azure-pipelines-osx.yml

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

30 changes: 1 addition & 29 deletions .azure-pipelines/azure-pipelines-win.yml

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

6 changes: 4 additions & 2 deletions .ci_support/osx_64_SYMBOLSUFFIX64_name_suffix-ilp64.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
INTERFACE64:
- '1'
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
SYMBOLSUFFIX:
- '64_'
USE_OPENMP:
Expand All @@ -13,7 +15,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/osx_64_SYMBOLSUFFIXname_suffix.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
INTERFACE64:
- '0'
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
SYMBOLSUFFIX:
- ''
USE_OPENMP:
Expand All @@ -13,7 +15,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_SYMBOLSUFFIX64_name_suffix-ilp64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ INTERFACE64:
- '1'
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
SYMBOLSUFFIX:
- '64_'
USE_OPENMP:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_SYMBOLSUFFIXname_suffix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ INTERFACE64:
- '0'
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
SYMBOLSUFFIX:
- ''
USE_OPENMP:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
fortran_compiler:
- flang
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

80 changes: 0 additions & 80 deletions .scripts/create_conda_build_artifacts.bat

This file was deleted.

Loading

0 comments on commit 441b6ae

Please sign in to comment.