nutils/.gitea/workflows/build.yaml
Rasmus Moorats 7a7a96f6cf
All checks were successful
/ build (push) Successful in 9s
add gitea workflow
2023-09-29 17:28:24 +03:00

18 lines
296 B
YAML

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