Skip to content

Commit 26532d6

Browse files
committed
starting nim support
1 parent 8339fc0 commit 26532d6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/carts.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,23 @@ jobs:
7777
with:
7878
name: ${{ matrix.cart }}_nelua
7979
path: ${{ matrix.cart }}_nelua.null0
80+
# nim:
81+
# name: Build & Publish Nim Carts
82+
# runs-on: ubuntu-latest
83+
# strategy:
84+
# matrix:
85+
# cart:
86+
# - simple
87+
# steps:
88+
# - name: Checkout
89+
# uses: actions/checkout@v4
90+
# - name: Build Nim ${{ matrix.cart }} cart
91+
# run: docker run -v ./carts/nim/${{ matrix.cart }}:/src -v .:/out konsumer/null0-cart-nim ${{ matrix.cart }}_nim
92+
# - name: Upload Nim ${{ matrix.cart }} cart artifact
93+
# uses: actions/upload-artifact@v4
94+
# with:
95+
# name: ${{ matrix.cart }}_nim
96+
# path: ${{ matrix.cart }}_nim.null0
8097

8198
release:
8299
name: Create Release

0 commit comments

Comments
 (0)