mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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
|
||||
# When adding new ones, don't forget to add them to the .gitignore!
|
||||
|
||||
export PATH="$PWD/..:$PATH"
|
||||
|
||||
if [ ! -d pokecrystal ]; then
|
||||
git clone https://github.com/pret/pokecrystal.git --shallow-since=2018-06-04 --single-branch
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user