source: tags/1.6.1/ci/asdf-finds-abcl.bash

Last change on this file was 15175, checked in by Mark Evenson, 4 years ago

ci: configure ASDF to find abcl build source

File size: 209 bytes
Line 
1#!/usr/bin/env bash
2DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
3
4dest=$HOME/.config/common-lisp/source-registry.conf.d
5
6mkdir -p $dest
7
8echo "(:tree \""${TRAVIS_BUILD_DIR}"\")" > ${dest}/abcl.conf
9
Note: See TracBrowser for help on using the repository browser.