Last change
on this file since 15266 was
15266,
checked in by Mark Evenson, 2 years ago
|
ci: another attempt at getting the self-hosted release correct
|
File size:
357 bytes
|
Line | |
---|
1 | (require :asdf) |
---|
2 | (require :abcl-contrib) |
---|
3 | |
---|
4 | (if (not (asdf:find-system :abcl-build)) |
---|
5 | (warn "Failed to find <urn:abcl.org/contrib/abcl-build> in ASDF to build release.") |
---|
6 | (asdf:make :abcl-build)) |
---|
7 | |
---|
8 | (let (ant) |
---|
9 | (abcl-build:with-ensured-ant (ant) |
---|
10 | (abcl-build:ant/call "build.xml" |
---|
11 | '("abcl.release" "abcl.wrapper")))))) |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.