missing stuff

This commit is contained in:
bnnm 2021-08-08 19:15:44 +02:00
parent 11844ec34d
commit f7430a16f8
2 changed files with 15 additions and 14 deletions

1
.gitattributes vendored
View File

@ -2,6 +2,7 @@
#* text=auto
#*.c text=auto
#*.h text=auto
* -text
*.sh text eol=lf
*.bat text eol=crlf

View File

@ -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