Skip to content

Commit 3d0eeeb

Browse files
committed
Ensure ci flag
1 parent 2398833 commit 3d0eeeb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ build:
2828
unix-compile:
2929
@$(CASK) $(EMACS) -Q --batch \
3030
-L . \
31-
--eval '(setq byte-compile-error-on-warn t treemacs-no-load-time-warnings t)' \
31+
--eval '(setq treemacs-no-load-time-warnings t)' \
32+
--eval '(setq byte-compile-error-on-warn t)' \
3233
-f batch-byte-compile $(DAP-GENERAL) $(DAP-CLIENTS)
3334

3435
windows-compile:
3536
@$(CASK) $(EMACS) -Q --batch \
37+
--eval '(setq emacs-lsp-ci t)' \
3638
-l test/windows-bootstrap.el \
3739
-L . \
38-
--eval '(setq byte-compile-error-on-warn t treemacs-no-load-time-warnings t)' \
40+
--eval '(setq treemacs-no-load-time-warnings t)' \
41+
--eval '(setq byte-compile-error-on-warn t)' \
3942
-f batch-byte-compile $(DAP-GENERAL) $(DAP-CLIENTS)
4043

4144
unix-ci: clean build unix-compile unix-test
@@ -51,6 +54,7 @@ unix-test:
5154

5255
windows-test:
5356
@$(EMACS) -Q --batch \
57+
--eval '(setq emacs-lsp-ci t)' \
5458
-l test/windows-bootstrap.el \
5559
-L . \
5660
$(LOAD-TEST-FILES) \

0 commit comments

Comments
 (0)