We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3f792 commit 4e94f21Copy full SHA for 4e94f21
Build/build-linux.sh
@@ -2,18 +2,18 @@
2
3
cd ..
4
5
-# lazbuild --build-all --build-mode=Release MiningVisualizer.lpi
6
-
7
-# if [ $? -ge 1 ] ; then
8
-# echo "."
9
10
11
-# echo "compilation error"
12
13
14
15
-# exit 1
16
-# fi
+lazbuild --build-all --build-mode=Release MiningVisualizer.lpi
+
+if [ $? -ge 1 ] ; then
+ echo "."
+ echo "compilation error"
+ exit 1
+fi
17
18
rm -r Release/MiningVisualizer/*
19
0 commit comments