mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
missing stuff
This commit is contained in:
parent
11844ec34d
commit
f7430a16f8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,6 +2,7 @@
|
||||
#* text=auto
|
||||
#*.c text=auto
|
||||
#*.h text=auto
|
||||
* -text
|
||||
|
||||
*.sh text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
4
.github/workflows/vs-win.yml
vendored
4
.github/workflows/vs-win.yml
vendored
@ -26,12 +26,12 @@ jobs:
|
||||
|
||||
- name: Initialize Build Environment
|
||||
shell: cmd
|
||||
run: powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 Init
|
||||
run: powershell -ExecutionPolicy Bypass -NoProfile -File .\msvc-build.ps1 Init
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 Build
|
||||
run: powershell -ExecutionPolicy Bypass -NoProfile -File .\msvc-build.ps1 Build
|
||||
|
||||
- name: Prepare Files For Packaging
|
||||
shell: powershell
|
||||
|
Loading…
x
Reference in New Issue
Block a user