Skip to content

Commit

Permalink
[ci] add back EXOTIC_DIR on :linux
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Apr 29, 2024
1 parent 61cc8ef commit 4d09ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-test.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
(in-package :cl-user)
(push :ci *features*)
(when (eq :linux (uiop:operating-system))
(push (print (pathname (uiop:getenv "EXOTIC_DIR")))
ql:*local-project-directories*))
(push #P"~/" ql:*local-project-directories*)
(ql:quickload "py4cl2-cffi-tests")
(py4cl2-cffi/config:print-configuration)
Expand Down

0 comments on commit 4d09ece

Please sign in to comment.