Skip to content

Commit

Permalink
Merge pull request #1 from mattnite/fix-ci
Browse files Browse the repository at this point in the history
windows line endings for config.h.in
  • Loading branch information
mattnite authored Jul 29, 2023
2 parents 0c2840f + 9460460 commit 98fb7c5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.gitattributes export-ignore
.gitignore export-ignore
INSTALL_WIN.txt eol=crlf
*.in eol=lf
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: linux
on: [push, pull_request]
on:
push:
pull_request:
branches: [ master ]

jobs:
build:
Expand All @@ -13,5 +16,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- name: install libudev
run: sudo apt install -y libudev-dev
- name: build
run: zig build
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: macos
on: [push, pull_request]
on:
push:
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: windows
on: [push, pull_request]
on:
push:
pull_request:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 98fb7c5

Please sign in to comment.