fastcube/.gitea/workflows/build.yaml
Rasmus Moorats 79239e20d4
All checks were successful
build fastcube / build (push) Successful in 40s
Revert "use akito's nim img and remove fixed builder"
This reverts commit 441f0e87f6.
2023-10-16 10:08:53 +03:00

19 lines
317 B
YAML

name: build fastcube
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: amd64
container:
image: nimlang/nim:2.0.0
steps:
- name: checkout
uses: actions/checkout@v3
- name: compile
working-directory: ${{ gitea.workspace }}
run: nimble -y build --verbose