Skip to content

Commit 41efb72

Browse files
committed
Minor changes to regressions test action + Windows LF Git settings.
1 parent f501ef0 commit 41efb72

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Handle line endings automatically for text files
2+
* text=auto
3+
4+
# Force LF for build scripts (for make etc. on Cygwin)
5+
*.sh text eol=lf
6+
*.py text eol=lf
7+
Makefile text eol=lf

.github/workflows/make-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: make-tests
1+
name: Regression tests
22

33
on:
44
push:
@@ -7,8 +7,8 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
build:
1110

11+
build:
1212
strategy:
1313
matrix:
1414
java: [11, 21]
@@ -23,14 +23,14 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424
distribution: temurin
2525
- name: make tests
26+
shell: bash
2627
working-directory: ./prism
2728
run: |
2829
make
2930
make unittests
3031
make tests
3132
3233
build-win:
33-
3434
strategy:
3535
matrix:
3636
java: [11, 21]
@@ -52,7 +52,6 @@ jobs:
5252
mingw64-x86_64-gcc-g++,
5353
binutils,
5454
dos2unix,
55-
git,
5655
wget,
5756
unzip,
5857
python

0 commit comments

Comments
 (0)