mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Make testing external projects use local RGBDS
Currently, the installed version is used instead, which isn't consistent with the tests, which use the local version.
This commit is contained in:
@@ -19,6 +19,8 @@ popd
|
|||||||
# Test some significant external projects that use RGBDS
|
# Test some significant external projects that use RGBDS
|
||||||
# When adding new ones, don't forget to add them to the .gitignore!
|
# When adding new ones, don't forget to add them to the .gitignore!
|
||||||
|
|
||||||
|
export PATH="$PWD/..:$PATH"
|
||||||
|
|
||||||
if [ ! -d pokecrystal ]; then
|
if [ ! -d pokecrystal ]; then
|
||||||
git clone https://github.com/pret/pokecrystal.git --shallow-since=2018-06-04 --single-branch
|
git clone https://github.com/pret/pokecrystal.git --shallow-since=2018-06-04 --single-branch
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user