1
0
Fork 0
emacs-config/.gitlab-ci.yml

20 lines
358 B
YAML
Raw Normal View History

2020-10-16 09:19:53 +02:00
image: registry.gitlab.com/ryuslash/emacs-config:withyaml
2019-03-28 08:53:55 +01:00
stages:
2020-10-16 09:15:12 +02:00
- generate
- run
2019-03-28 08:53:55 +01:00
2020-10-16 09:15:12 +02:00
generate-config:
stage: generate
script: emacs -batch -load generate.el -funcall generate
2019-08-24 08:00:43 +02:00
artifacts:
paths:
2020-10-16 09:15:12 +02:00
- generated-config.yml
2019-08-24 08:00:43 +02:00
2020-10-16 09:15:12 +02:00
child-pipeline:
stage: run
trigger:
include:
- artifact: generated-config.yml
job: generate-config