From c457993145ab60a1e29c7b7309fd8c9a0dae07e2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 12:08:32 +0200 Subject: ci: split a bit more the pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb04c1b..e57cd0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,15 @@ jobs: run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts - set -x + + - name: Setup my configuration + run: | cp -r $(realpath .doom.d) $HOME/.doom.d echo "(package! soria)" >> $HOME/.doom.d/packages.el cat $HOME/.doom.d/packages.el + + - name: Sync + run: | ~/.emacs.d/bin/doom sync - name: Check GNU Emacs -- cgit v1.2.3