Help language development. Donate to The Perl Foundation

DB::ORM::Quicky zef:tony-o last updated on 2021-02-15

.circleci/config.yml
version: 2
jobs:
  build:
    docker:
      - image: tonyodell/rakudo-nightly:latest

    working_directory: ~

    steps:
      - checkout
      - run: 
          name: install build deps
          command: |
              zef install --force-test -v --deps-only .
      - run:
          name: test 
          command: |
              zef test .