]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
build.sr.ht: run tests on fedora
authorSimon Ruderich <simon@ruderich.org>
Sat, 16 May 2020 06:52:08 +0000 (08:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 16 May 2020 06:52:59 +0000 (08:52 +0200)
.builds/fedora.yml [new file with mode: 0644]

diff --git a/.builds/fedora.yml b/.builds/fedora.yml
new file mode 100644 (file)
index 0000000..c760f58
--- /dev/null
@@ -0,0 +1,12 @@
+image: fedora/latest
+packages:
+  - clang
+  - golang
+  - libasan
+  - libubsan
+tasks:
+  - all: |
+      cd nsscash
+      go install golang.org/x/tools/cmd/stringer
+      export PATH=$HOME/go/bin:$PATH
+      ./ci/run