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 297c2ad commit 2693e24Copy full SHA for 2693e24
build/build.sh
@@ -53,6 +53,13 @@ elif echo "${VERSION}" | grep 'contracts-nonattr'; then
53
MAJOR=13
54
MAJOR_MINOR=13-trunk
55
LANGUAGES=c,c++
56
+elif echo "${VERSION}" | grep 'lambda-p2034'; then
57
+ VERSION=lambda-p2034-trunk-$(date +%Y%m%d)
58
+ URL=https://github.com/villevoutilainen/gcc.git
59
+ BRANCH=lambda-p2034
60
+ MAJOR=15
61
+ MAJOR_MINOR=15-trunk
62
+ LANGUAGES=c,c++
63
elif echo "${VERSION}" | grep 'p1144-trunk'; then
64
VERSION=p1144-trunk-$(date +%Y%m%d)
65
URL=https://github.com/Quuxplusone/gcc.git
0 commit comments