File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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++
129143elif echo " ${VERSION} " | grep ' trunk' ; then
130144 URL=git://gcc.gnu.org/git/gcc.git
131145 BRANCH=master
You can’t perform that action at this time.
0 commit comments