mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
15 lines
242 B
YAML
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
|
|
scripts/run_carp_tests.sh --no_sdl
|