aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: b09cfa5f3921b5bd4eec842b698ae4d87b39857c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
IO::Path::XDG:
  only:
    - master
  image: rakudo-star
  before_script:
    - zef install . --deps-only --test-depends --/test
  script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t
  artifacts:
    name: "perl6-IO-Path-XDG"
    paths:
      - META6.json
      - bin
      - lib
      - resources
      - t

test:
  except:
    - master
  image: rakudo-star
  before_script:
    - zef install . --deps-only --test-depends --/test
  script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t