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
|
||||
|
|
|
|||
6
scripts/release.ps1
Normal file
6
scripts/release.ps1
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mkdir -force release
|
||||
rm -force -recurse release
|
||||
mkdir -force release
|
||||
cp -recurse assets release
|
||||
cp builddir/under_the_dome.exe release
|
||||
start release
|
||||
Loading…
Add table
Add a link
Reference in a new issue