Add makePackge.sh to build-prod.sh
This commit is contained in:
+3
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Run a CMake build.
|
# Run a Clean Production CMake build.
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -14,3 +14,5 @@ cd ..
|
|||||||
|
|
||||||
time cmake --build ./build --target all --config Release -- -j 3
|
time cmake --build ./build --target all --config Release -- -j 3
|
||||||
|
|
||||||
|
./makePackage.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user