Create an automated release.
This commit is contained in:
parent
bc0912e577
commit
55af06821c
2 changed files with 7 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -27,6 +27,7 @@ asset_build:
|
|||
release_build:
|
||||
meson --wipe builddir -Db_ndebug=true --buildtype release
|
||||
meson compile -j 10 -C builddir
|
||||
powershell -executionpolicy bypass .\scripts\release.ps1
|
||||
|
||||
debug_build:
|
||||
meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue