]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blob - .builds/fedora.yml
.github: update upstream actions to latest version
[nsscash/nsscash.git] / .builds / fedora.yml
1 image: fedora/latest
2 packages:
3   - clang
4   - golang
5   - libasan
6   - libubsan
7 tasks:
8   - all: |
9       cd nsscash
10       go install golang.org/x/tools/cmd/stringer
11       export PATH=$HOME/go/bin:$PATH
12       ./ci/run