VKDoom-ize the auto-build scripts
This commit is contained in:
parent
74a27be3fd
commit
85cacd99b9
3 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ make -j $(nproc); rc=$?
|
|||
|
||||
# -- If successful, show the build
|
||||
if [ $rc -eq 0 ]; then
|
||||
if [ -f gzdoom ]; then
|
||||
if [ -f vkdoom ]; then
|
||||
xdg-open .
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ cmake -A ARM64 -S .. -B . ^
|
|||
cmake --build . --config RelWithDebInfo -- -maxcpucount -verbosity:minimal
|
||||
|
||||
rem -- If successful, show the build
|
||||
if exist RelWithDebInfo\gzdoom.exe explorer.exe RelWithDebInfo
|
||||
if exist RelWithDebInfo\vkdoom.exe explorer.exe RelWithDebInfo
|
||||
|
||||
goto :eof
|
||||
:nobuild
|
||||
|
|
|
|||
|
|
@ -78,5 +78,5 @@ cmake -A x64 -S .. -B . ^
|
|||
cmake --build . --config RelWithDebInfo -- -maxcpucount -verbosity:minimal
|
||||
|
||||
rem -- If successful, show the build
|
||||
if not errorlevel 1 if exist RelWithDebInfo\gzdoom.exe explorer.exe RelWithDebInfo
|
||||
if not errorlevel 1 if exist RelWithDebInfo\vkdoom.exe explorer.exe RelWithDebInfo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue