We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f4dbf9 + dd825e1 commit 7a23375Copy full SHA for 7a23375
2 files changed
ci_build.sh
@@ -3,13 +3,13 @@
3
set -e
4
5
# Let's build makelist ourselves as we want to be sure that it's the latest
6
-(cd utilities/bin
7
- [ -f makelist ] && mv makelist makelist.repo
8
- lazbuild ../makelist/makelist.lpr
9
- mv ../makelist/makelist .
+(cd utilities
+ [ -f bin/makelist ] && mv bin/makelist bin/makelist.repo
+ fpc -obin/makelist makelist/makelist.lpr
10
)
11
+echo
12
+
13
# Now let's build the TheList
14
./utilities/bin/makelist -s source -o TheList
15
-echo done
ci_prereq.sh
@@ -4,4 +4,4 @@ set -e
sudo apt update
-sudo apt install lazarus
+sudo apt install fpc
0 commit comments