File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ (defsystem " ci-utils-features"
3
+ :description " An internal system that loads the features before loading the rest of the systems"
4
+ :author " Neil Lindquist <NeilLindquist5@gmail.com>"
5
+ :license " MIT"
6
+ :pathname " src"
7
+ :components ((:file " features" )))
Original file line number Diff line number Diff line change 4
4
:version " 0.0.0"
5
5
:author " Neil Lindquist <NeilLindquist5@gmail.com>"
6
6
:license " MIT"
7
+ :depends-on (" ci-utils-features" )
7
8
:pathname " src"
8
9
:serial t
9
- :components ((:file " features" )
10
- (:file " ci-utils" ))
10
+ :components ((:file " ci-utils" ))
11
11
:in-order-to ((test-op (test-op " ci-utils/test" ))))
12
12
13
13
(defsystem " ci-utils/coveralls"
14
14
:description " A set of tools for using CI platforms"
15
15
:version " 0.0.0"
16
16
:author " Neil Lindquist <NeilLindquist5@gmail.com>"
17
17
:license " MIT"
18
- :defsystem-depends-on (" ci-utils" )
18
+ :defsystem-depends-on (" ci-utils-features " )
19
19
:depends-on (" ci-utils"
20
20
(:feature :coveralls " cl-coveralls" )
21
21
" split-sequence" )
28
28
:description " Test for CI-Utils"
29
29
:author " Neil Lindquist <NeilLindquist5@gmail.com>"
30
30
:license " MIT"
31
- :depends-on (" ci-utils"
31
+ :depends-on (" ci-utils-features"
32
+ " ci-utils"
32
33
" ci-utils/coveralls"
33
34
" fiveam" )
34
35
:pathname " t"
You can’t perform that action at this time.
0 commit comments