parent
64e475908b
commit
f524700767
4
Makefile
4
Makefile
@ -7,6 +7,10 @@ release-debug:
|
|||||||
@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
@cmake --build build
|
@cmake --build build
|
||||||
|
|
||||||
|
release:
|
||||||
|
@cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
@cmake --build build
|
||||||
|
|
||||||
linux-appimage:
|
linux-appimage:
|
||||||
@./.ci/linux/deploy.sh
|
@./.ci/linux/deploy.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user