Skip to content

Commit

Permalink
Experiment with the Windows CLANG64/UCRT environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jul 4, 2024
1 parent d36f60f commit fe38f12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
zlib-devel
libbz2-devel
liblzma-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-autotools
mingw-w64-x86_64-tools-git
mingw-w64-x86_64-libdeflate
mingw-w64-clang-x86_64-toolchain
mingw-w64-clang-x86_64-autotools
mingw-w64-clang-x86_64-tools-git
mingw-w64-clang-x86_64-libdeflate
- name: Compile htslib
shell: msys2 {0}
run: |
export PATH=/mingw64/bin:$PATH
export MSYSTEM=MINGW64
export PATH=/clang64/bin:$PATH
export MSYSTEM=CLANG64
autoreconf -i
./configure
./configure CC=clang
make -j6
- name: Check Htslib
shell: msys2 {0}
run: |
export PATH=/mingw64/bin:$PATH
export MSYSTEM=MINGW64
export PATH=/clang64/bin:$PATH
export MSYSTEM=CLANG64
make test-shlib-exports && make check

0 comments on commit fe38f12

Please sign in to comment.