Skip to content

Commit

Permalink
[try] split compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent 6965682 commit ed1919d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .ci/compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ ${EMACS} -Q --batch \
(setq exordium--require-package-archives package-archives)
(message "===Byte compilation start===")
(batch-byte-compile))' \
"${EMACS_DIR}"{init.el,{modules,themes}/*.el}
"${EMACS_DIR}"{init.el,modules/*.el}

${EMACS} -Q --batch \
--eval '
(progn
(setq debug-on-error t
eval-expression-print-length 100
edebug-print-length 500
user-emacs-directory "'"${EMACS_DIR}"'"
exordium-spell-check nil
tree-sitter-langs--testing t) ; tree-sitter-langs is for pre Emacs-29
(load-file "'"${EMACS_DIR}"'/init.el")
(setq exordium--require-package-archives package-archives)
(message "===Byte compilation start===")
(batch-byte-compile))' \
"${EMACS_DIR}"themes/*.el

cleanup

0 comments on commit ed1919d

Please sign in to comment.