Skip to content

Commit

Permalink
Amend .gitattributes file for more Windows text-mode removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jun 25, 2024
1 parent b708752 commit 32e3aaa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ test/index_dos.sam -text
# Remove the text attribute from various faidx test files
test/faidx/faidx*.fa* -text
test/faidx/fastqs*.fq* -text
test/fastq/*.fa -text
test/fastq/*.fq -text
*.tst -text
*.out -text
*.crai -text
*.bai -text
*.csi -text
*.gzi -text
*.bcf -text
*.sam.gz -text
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export MSYSTEM=MINGW64
autoreconf -i
./configure
make -j32
make -j6
- name: Check Htslib
shell: msys2 {0}
run: |
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ SRC = $(srcprefix)
# If using MSYS, avoid poor shell expansion via:
# MSYS2_ARG_CONV_EXCL="*" make check
check test: all $(HTSCODECS_TEST_TARGETS)
hexdump -C test/fastq/minimal.fq
hexdump -C test/fastq/minimal.sam
./test/test_view test/fastq/minimal.fq | hexdump -C
test/hts_endian
test/test_expr
test/test_kfunc
Expand Down

0 comments on commit 32e3aaa

Please sign in to comment.