Help language development. Donate to The Perl Foundation
Slang::SQL
zef:tony-o
last updated on 2021-04-12
version: 2
jobs:
build:
docker:
- image: tonyodell/rakudo-nightly:latest
working_directory: ~
steps:
- checkout
- run:
name: install build deps
command: |
apt update
apt install -y git build-essential
zef install --deps-only .
- run:
name: test
command: |
zef test .