aboutsummaryrefslogblamecommitdiffstats
path: root/.gitlab-ci.yml
blob: 3969fef5a3265512a1e3db3dfd98ce0d1c3a4d86 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                       




                                 
image: imolein/luarocks:5.4

stages:
  - check
  - test

check-luacheck:
  stage: check
  script:
    - luarocks install luacheck
    - make check-luacheck

# check-format:
  # stage: check
  # script:
    # - luarocks install --server=https://luarocks.org/dev luaformatter
    # - make check-format

# test:
  # stage: test
  # script:
    # - luarocks install lunatest
    # - make test