redir/.gitea/workflows/build.yaml
Rasmus Moorats 6cf24a0b85
Some checks failed
build / build (push) Failing after 10s
use akito13 nim image
2023-10-21 17:06:33 +03:00

19 lines
315 B
YAML

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