diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index aead0d6..8ae8d49 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -10,6 +10,7 @@ pipeline: Build: image: beta.devheroes.codes/serene/ci:9 commands: + - rm -rf /root/.serene/* - ./builder build volumes: diff --git a/README.org b/README.org index 5cc03e6..ea5f5f1 100644 --- a/README.org +++ b/README.org @@ -68,6 +68,17 @@ break point on the ~main~ function (~b main~) then use the following commands on * Cheatsheets - [[https://github.com/muqsitnawaz/modern-cpp-cheatsheet][Modern C++ Cheatsheet]] +* More Info + - Website: https://serene-lang.org + - CI: https://ci.devheroes.codes/Serene/serene + +* Get Help + If you need help, or you just want to hang out, you can find us at: + + - *IRC*: *#serene-lang* on the libera chat server + - *Matrix*: https://app.element.io/#/room/#serene:matrix.org + - *MailingList*: https://www.freelists.org/list/serene + * License Copyright (c) 2019-2023 Sameer Rahmani @@ -82,14 +93,3 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . - -* More Info - - Website: https://serene-lang.org - - CI: https://ci.devheroes.codes/Serene/serene - -* Get Help - If you need help, or you just want to hang out, you can find us at: - - - *IRC*: *#serene-lang* on the libera chat server - - *Matrix*: https://app.element.io/#/room/#serene:matrix.org - - *MailingList*: https://www.freelists.org/list/serene