Compare commits
No commits in common. "44f5b8a6e10a8b28c824ae48dd97d609209b6351" and "af864c362fefbe97a6b986fb670845e9ab1b669a" have entirely different histories.
44f5b8a6e1
...
af864c362f
1 changed files with 0 additions and 8 deletions
8
build.sh
8
build.sh
|
@ -18,14 +18,6 @@ echo "Compiled successfully!";
|
||||||
mkdir -vp $(dirname "$0")/compiled
|
mkdir -vp $(dirname "$0")/compiled
|
||||||
mv -v *.dat $(dirname "$0")/compiled
|
mv -v *.dat $(dirname "$0")/compiled
|
||||||
rm *.lno
|
rm *.lno
|
||||||
|
|
||||||
# Check if build is successful
|
|
||||||
if [ ! -f "compiled/csprogs.dat" ] || [ ! -f "compiled/progs.dat" ] || [ ! -f "compiled/menu.dat" ]; then
|
|
||||||
echo "Build was not successful. Please check for compiler errors."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
mkdir dist
|
mkdir dist
|
||||||
if [[ -n "${CI_COMMIT_TAG}" ]]
|
if [[ -n "${CI_COMMIT_TAG}" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue