diff --git a/.ci/compilation.sh b/.ci/compilation.sh index defbf261..7c6e16e2 100755 --- a/.ci/compilation.sh +++ b/.ci/compilation.sh @@ -19,7 +19,8 @@ ${EMACS} -Q --batch \ exordium--require-package-archives (cons '"'"'("melpa" . "https://melpa.org/packages/") package-archives) tree-sitter-langs--testing t) ; tree-sitter-langs is for pre Emacs-29 - (load-file "'"${EMACS_DIR}"'/init.el"))' \ - -f batch-byte-compile "${EMACS_DIR}"/{modules,extensions}/*.el + ;(load-file "'"${EMACS_DIR}"'/init.el")) +)' \ + -f batch-byte-compile "${EMACS_DIR}"/init.el "${EMACS_DIR}"/{modules,themes}/*.el rm -f "${EMACS_DIR}/{modules,extensions}/*.elc"