Changeset 15264
- Timestamp:
- 04/28/20 06:37:41 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/ci/release.lisp
r15262 r15264 1 1 (require :asdf) 2 (asdf:load-system :abcl-contrib) 3 (asdf:load-system :abcl) 2 (require :abcl-contrib) 4 3 5 4 (if (not (asdf:find-system :abcl-build)) 6 (warn " Can't find <urn:abcl.org/contrib/abcl-build> in ASDF.")5 (warn "Failed to find <urn:abcl.org/contrib/abcl-build> in ASDF to build release.") 7 6 (let (ant) 8 (asdf: load-system:abcl-build)7 (asdf:make :abcl-build) 9 8 (abcl-build:with-ensured-ant (ant) 10 9 (abcl/build:ant/call "build.xml" … … 12 11 13 12 13 14 14
Note: See TracChangeset
for help on using the changeset viewer.