parent
5d5e833228
commit
05e6dac5b6
2 changed files with 38 additions and 0 deletions
18
.forgejo/workflows/test.yaml
Normal file
18
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue