summaryrefslogtreecommitdiff
blob: 19583ef619feb5aa9f53650e0a595ecc4792fc75 (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
---


variables:
  GIT_SUBMODULE_STRATEGY: recursive
  TERM: dumb

stages:
  - install

image: registry.gentoo.org/emacs/container-emacs/debian-unstable:latest


install:
  stage: install
  timeout: 10 minutes

  rules:
    - changes:
        - "*.el"
        - .gitlab-ci.yml
        - Makefile

  script:
    - make install