Adds a FreeBSD 12.x CI target using builds.sr.ht

This job needs configuring at sr.ht platform (this needs to done by the github repo owner)

1. Sign up for sourcehut.org
2. Add triggers
 - for commit building: https://dispatch.sr.ht/github_commit_to_build/configure
 - for building PRs: https://dispatch.sr.ht/github_pr_to_build/configure
This commit is contained in:
Dhananjay Balan 2020-05-13 20:17:24 +02:00
parent e4e3c4208a
commit 5680132f62

14
.build.yml Normal file
View File

@ -0,0 +1,14 @@
image: "freebsd/12.x"
packages:
- hs-stack
- bash
sources:
- https://github.com/carp-lang/Carp
tasks:
- carp-build: |
cd Carp
stack build
stack test
- carp-test: |
cd Carp
bash ./run_carp_tests.sh --no_sdl