Skip to content

Commit

Permalink
Add Algol68 dev branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Jan 24, 2025
1 parent f1a1357 commit 5bc0268
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc0268

Please sign in to comment.