Skip to content

Commit

Permalink
Add contracts-nonattr (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
villevoutilainen authored Nov 4, 2023
1 parent 8a2167b commit 0df22a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ elif echo "${VERSION}" | grep 'lock3-contract-labels-trunk'; then
MAJOR=10
MAJOR_MINOR=10-trunk
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'contracts-nonattr'; then
VERSION=contracts-nonattr-trunk-$(date +%Y%m%d)
URL=https://github.com/villevoutilainen/gcc.git
BRANCH=contracts-nonattr
MAJOR=13
MAJOR_MINOR=13-trunk
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'cxx-modules-trunk'; then
VERSION=cxx-modules-trunk-$(date +%Y%m%d)
URL=git://gcc.gnu.org/git/gcc.git
Expand Down

0 comments on commit 0df22a5

Please sign in to comment.