Skip to content

Commit

Permalink
trying out sr.ht builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mortie committed Feb 6, 2019
1 parent 60b7c80 commit bfa54fa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .builds/alpine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
image: freebsd
packages:
- gcc
- clag
- valgrind
sources:
- https://github.com/mortie/snow.git
tasks:
- checkout: |
make -C test snow/.git
- test: |
make -C test check
12 changes: 12 additions & 0 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
image: alpine/edge
packages:
- gcc
- clag
- valgrind
sources:
- https://github.com/mortie/snow.git
tasks:
- checkout: |
make -C test snow/.git
- test: |
make -C test check

0 comments on commit bfa54fa

Please sign in to comment.