You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract GitHub action to perform asdf system operation. (#503)
* Extract action to perform system operations.
Uses clfoundation/sbcl and ensures quicklisp is installed.
Entrypoint script takes 3 arguments: location, operation, system:
- LOCATION: where is the system located - defaults to `src/`
- OPERATION: what operation to perform - defaults to `make` (note the
function called will be `ASDF:$OPERATION`)
- SYSTEM: what system to operate upon.
* Use new perform-system action in CI workflows.
0 commit comments