Add target to launch shell with correct build environment

This commit is contained in:
Jeremy Soller 2018-11-22 19:35:12 -07:00
parent 511c81232b
commit 80ec527dcb

View file

@ -77,6 +77,10 @@ ci-pkg: prefix FORCE
./fetch.sh "$${PACKAGES}" && \
./repo.sh "$${PACKAGES}"
env: prefix FORCE
export PATH="$(PREFIX_PATH):$$PATH" && \
bash
# An empty target
FORCE: