Release script for linux.
This commit is contained in:
parent
2206088516
commit
056fe0986a
4 changed files with 14 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -27,7 +27,11 @@ asset_build:
|
|||
release_build:
|
||||
meson --wipe builddir -Db_ndebug=true --buildtype release
|
||||
meson compile -j 10 -C builddir
|
||||
ifeq '$(OS)' 'Windows_NT'
|
||||
powershell -executionpolicy bypass .\scripts\release.ps1
|
||||
else
|
||||
sh -x ./scripts/release.sh
|
||||
endif
|
||||
|
||||
debug_build:
|
||||
meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue