We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b435a commit 35d289bCopy full SHA for 35d289b
.github/workflows/action.yml
@@ -0,0 +1,19 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches: [ "main" ]
6
+ pull_request:
7
8
9
+jobs:
10
+ build:
11
12
+ runs-on: ubuntu-latest
13
14
+ steps:
15
+ - name: Install GNU Guix
16
+ uses: PromyLOPh/[email protected]
17
+ - uses: actions/checkout@v3
18
+ - name: build
19
+ run: guix build --file=guix.scm
Makefile.am
@@ -17,7 +17,7 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES =bytestructure-class.scm
20
-
+EXTRA_DIST= $(SOURCES) $(TESTS) build-aux/test-driver.scm
21
TESTS = tests/bytestructure-class.scm
22
23
TEST_EXTENSIONS = .scm
0 commit comments