diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-04 16:08:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-04 16:08:30 +0300 |
commit | e7d6cd34a4deb26724765de8d96f5930cda39e32 (patch) | |
tree | 07d293edbddadc945a5cc129365ff65f65ab9464 /.build.yml | |
parent | 30c117a8ec244a63bc505cfdf0a0ba96f2999efe (diff) | |
download | repository-e7d6cd34a4deb26724765de8d96f5930cda39e32.tar.gz |
move tests to Sourcehut
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 00000000..529dd041 --- /dev/null +++ b/.build.yml @@ -0,0 +1,6 @@ +image: alpine/edge +packages: + - shellcheck +tasks: + - test: | + make -C repository test |