Skip to content

Commit

Permalink
Add support of GitHub Actions to scripts/install-for-ci.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Sep 1, 2019
1 parent a5841d7 commit 158bdeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-for-ci.sh
Expand Up @@ -237,5 +237,7 @@ if [ "$TRAVIS" ]; then
echo "(:tree \"$TRAVIS_BUILD_DIR/\")" > "$ASDF_SR_CONF_FILE"
elif [ "$CIRCLECI" ]; then
echo "(:tree \"$CIRCLE_WORKING_DIRECTORY/\")" > "$ASDF_SR_CONF_FILE"
elif [ "$GITHUB_WORKSPACE" ]; then
echo "(:tree \"$GITHUB_WORKSPACE/\")" > "$ASDF_SR_CONF_FILE"
fi
echo "(:tree \"$LOCAL_LISP_TREE/\")" >> "$ASDF_SR_CONF_FILE"

0 comments on commit 158bdeb

Please sign in to comment.