Skip to content

Commit 7a23375

Browse files
authored
Merge pull request #19 from andrewbird/ci-2
CI: Use fpc directly
2 parents 5f4dbf9 + dd825e1 commit 7a23375

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ci_build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
set -e
44

55
# 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 .
6+
(cd utilities
7+
[ -f bin/makelist ] && mv bin/makelist bin/makelist.repo
8+
fpc -obin/makelist makelist/makelist.lpr
109
)
1110

11+
echo
12+
1213
# Now let's build the TheList
1314
./utilities/bin/makelist -s source -o TheList
1415

15-
echo done

ci_prereq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
sudo apt update
66

7-
sudo apt install lazarus
7+
sudo apt install fpc

0 commit comments

Comments
 (0)