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

20 lines
358 B
YAML
Raw Normal View History

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