Skip to content

Commit 5bc0268

Browse files
committed
Add Algol68 dev branch build
refs compiler-explorer/compiler-explorer#7258 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent f1a1357 commit 5bc0268

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ elif echo "${VERSION}" | grep 'static-analysis-trunk'; then
8282
MAJOR_MINOR=10-trunk
8383
LANGUAGES=c,c++
8484
PLUGINS=analyzer
85+
elif echo "${VERSION}" | grep 'algol68-master'; then
86+
VERSION=ga68-master-$(date +%Y%m%d)
87+
URL=https://forge.sourceware.org/jemarch/a68-gcc.git
88+
BRANCH=a68
89+
MAJOR=15
90+
MAJOR_MINOR=15-trunk
91+
# Only algol68, this is intentional.
92+
LANGUAGES=algol68
8593
elif echo "${VERSION}" | grep 'gccrs-master'; then
8694
VERSION=gccrs-master-$(date +%Y%m%d)
8795
URL=https://github.com/Rust-GCC/gccrs.git

0 commit comments

Comments
 (0)