From 5bc02680f2613a0410108aa236c8c67cb3509e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 10 Jan 2025 22:34:25 +0100 Subject: [PATCH] Add Algol68 dev branch build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/compiler-explorer/compiler-explorer/issues/7258 Signed-off-by: Marc Poulhiès --- build/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/build.sh b/build/build.sh index 258ea27..c3d0ddf 100755 --- a/build/build.sh +++ b/build/build.sh @@ -82,6 +82,14 @@ elif echo "${VERSION}" | grep 'static-analysis-trunk'; then MAJOR_MINOR=10-trunk LANGUAGES=c,c++ PLUGINS=analyzer +elif echo "${VERSION}" | grep 'algol68-master'; then + VERSION=ga68-master-$(date +%Y%m%d) + URL=https://forge.sourceware.org/jemarch/a68-gcc.git + BRANCH=a68 + MAJOR=15 + MAJOR_MINOR=15-trunk + # Only algol68, this is intentional. + LANGUAGES=algol68 elif echo "${VERSION}" | grep 'gccrs-master'; then VERSION=gccrs-master-$(date +%Y%m%d) URL=https://github.com/Rust-GCC/gccrs.git