summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: e47cd8ea0031a8a3d478e1aa9052afda0ea247cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
before_script:
  - echo 'Running global before_script'
  - bundle install --path vendor/bundle --jobs $(nproc)  "${FLAGS[@]}"

stages:
  - syntax
  - build

# doesn't work in docker atm
# image: ruby:2.1

lint:
  stage: syntax
  script:
    - bundle exec rake lint

syntax:
  stage: syntax
  script:
    - bundle exec rake syntax

validate:
  stage: syntax
  script:
    - bundle exec rake validate

templates:
  stage: syntax
  script:
    - bundle exec rake templates

catalog:
  stage: syntax
  script:
    - bundle exec rake catalog

#rspec:
#  stage: rspec
#  script:
#    - bundle exec rake spec

build:
  stage: build
  script:
    # use simple_deploy to speed up local development
    #- leap-platform-test simple_deploy
    - leap-platform-test -v init_deploy
    - leap-platform-test -v test
    - cd tests/puppet/provider
    - bundle exec leap info
    - bundle exec leap local destroy