Last change
on this file since 15262 was
15262,
checked in by Mark Evenson, 2 years ago
|
abcl-build: further fixes to work under the Travis CI
|
File size:
390 bytes
|
Line | |
---|
1 | (require :asdf) |
---|
2 | (asdf:load-system :abcl-contrib) |
---|
3 | (asdf:load-system :abcl) |
---|
4 | |
---|
5 | (if (not (asdf:find-system :abcl-build)) |
---|
6 | (warn "Can't find <urn:abcl.org/contrib/abcl-build> in ASDF.") |
---|
7 | (let (ant) |
---|
8 | (asdf:load-system :abcl-build) |
---|
9 | (abcl-build:with-ensured-ant (ant) |
---|
10 | (abcl/build:ant/call "build.xml" |
---|
11 | '("abcl.release" "abcl.wrapper"))))) |
---|
12 | |
---|
13 | |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.