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.
1 parent f1a1357 commit 5bc0268Copy full SHA for 5bc0268
build/build.sh
@@ -82,6 +82,14 @@ elif echo "${VERSION}" | grep 'static-analysis-trunk'; then
82
MAJOR_MINOR=10-trunk
83
LANGUAGES=c,c++
84
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
93
elif echo "${VERSION}" | grep 'gccrs-master'; then
94
VERSION=gccrs-master-$(date +%Y%m%d)
95
URL=https://github.com/Rust-GCC/gccrs.git
0 commit comments