setup-nim/.forgejo/workflows/test.yaml
mr-boneman 05e6dac5b6
Some checks failed
/ test (push) Failing after 43s
the thing
2024-05-12 21:33:11 +02:00

18 lines
No EOL
519 B
YAML

on:
push:
jobs:
test:
runs-on: docker
container:
image: registry.fedoraproject.org/fedora:40
steps:
- name: install build env
run: dnf group install -y "C Development Tools and Libraries" "Development Tools"
- uses: https://git.ws-essen.de/actions/setup-nim@main
- name: clone rpmtest nimble
run: git clone https://git.ws-essen.de/mr-boneman/rpmtest.git .
- name: build with nimble
run: nimble build
- name: run rpmtest
run: ./rpmtest