Files
postgrest/.cirrus.yml
T
2021-09-08 19:11:00 +02:00

21 lines
519 B
YAML

freebsd_instance:
image_family: freebsd-13-0
build_task:
name: Build FreeBSD (Stack)
install_script: pkg install -y postgresql13-client hs-stack
stack_cache:
folders: /.stack
fingerprint_script: cat postgrest.cabal stack.yaml.lock
reupload_on_changes: false
stack_work_cache:
folders: .stack-work
fingerprint_script: cat postgrest.cabal stack.yaml.lock
reupload_on_changes: false
build_script: stack build -j 1 --local-bin-path . --copy-bins
bin_artifacts:
path: postgrest