Skip to content

Commit

Permalink
[try] compile themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 13, 2024
1 parent acafe32 commit c907197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/batch-byte-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trap cleanup ERR INT TERM
# Directory extensions is skipped because this is not Exordium code. Split
# them into smaller chunks, because Emacs on GitHub worker tends to core dump
# when there's too much to compile in one go.
for pattern in "modules/*.el" "init.el"; do
for pattern in "modules/*.el" "init.el" "themes/*.el"; do
echo "===Byte compiling: ${pattern}==="

# Use find to find file names such that globs are expanded while prevent
Expand Down

0 comments on commit c907197

Please sign in to comment.