Changeset 15264


Ignore:
Timestamp:
04/28/20 06:37:41 (3 years ago)
Author:
Mark Evenson
Message:

ci: fix self-hosted release script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/ci/release.lisp

    r15262 r15264  
    11(require :asdf)
    2 (asdf:load-system :abcl-contrib)
    3 (asdf:load-system :abcl)
     2(require :abcl-contrib)
    43
    54(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.")
    76    (let (ant)
    8       (asdf:load-system :abcl-build)
     7      (asdf:make :abcl-build)
    98      (abcl-build:with-ensured-ant (ant)
    109        (abcl/build:ant/call "build.xml"
     
    1211
    1312
     13
    1414   
Note: See TracChangeset for help on using the changeset viewer.