Skip to content

Commit 2101228

Browse files
committed
Add 2 new dev branch for C++26 contracts
refs compiler-explorer/compiler-explorer#8230 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent 3a22818 commit 2101228

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build/build.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,20 @@ elif echo "${VERSION}" | grep 'reflection-trunk'; then
126126
MAJOR=16
127127
MAJOR_MINOR=16-trunk
128128
LANGUAGES=c++
129+
elif echo "${VERSION}" | grep 'contracts-base-trunk'; then
130+
VERSION=contracts-base-trunk-$(date +%Y%m%d)
131+
URL=https://github.com/iains/gcc-git.git
132+
BRANCH="C++26-contracts-base"
133+
MAJOR=16
134+
MAJOR_MINOR=16-trunk
135+
LANGUAGES=c++
136+
elif echo "${VERSION}" | grep 'contracts-GNUext-trunk'; then
137+
VERSION=contracts-GNUext-trunk-$(date +%Y%m%d)
138+
URL=https://github.com/iains/gcc-git.git
139+
BRANCH="C++26-contracts-GNU-extensions"
140+
MAJOR=16
141+
MAJOR_MINOR=16-trunk
142+
LANGUAGES=c++
129143
elif echo "${VERSION}" | grep 'trunk'; then
130144
URL=git://gcc.gnu.org/git/gcc.git
131145
BRANCH=master

0 commit comments

Comments
 (0)