blob: 7f41a0df5916aa9c20af0c25b9d072d857c0a254 (
plain)
1
2
3
4
|
;; ci-runner.el
(load-file (expand-file-name "tests/ci-build.el" default-directory))
(load-file (expand-file-name "init.el" (getenv "NIXMACS_DIR")))
(load-file (expand-file-name "tests/ci-build-stage-two.el" default-directory))
|