Carp/.build.yml
Dhananjay Balan 5680132f62 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
2020-05-13 20:17:24 +02:00

15 lines
242 B
YAML

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