mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Explicitly force tested projects to use tested bins
This commit is contained in:
@@ -23,8 +23,6 @@ done
|
|||||||
# 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
|
||||||
@@ -32,7 +30,7 @@ pushd pokecrystal
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout 5db892782adaa5bb5a3e4cd6fa06565764bd1fb0
|
git checkout 5db892782adaa5bb5a3e4cd6fa06565764bd1fb0
|
||||||
make clean
|
make clean
|
||||||
make -j4 compare
|
make -j4 compare RGBDS=../../
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ ! -d pokered ]; then
|
if [ ! -d pokered ]; then
|
||||||
@@ -42,7 +40,7 @@ pushd pokered
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout 21908ba30a8bae5c5e1c86b1164402ec95da0220
|
git checkout 21908ba30a8bae5c5e1c86b1164402ec95da0220
|
||||||
make clean
|
make clean
|
||||||
make -j4 compare
|
make -j4 compare RGBDS=../../
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ ! -d ucity ]; then
|
if [ ! -d ucity ]; then
|
||||||
@@ -52,5 +50,5 @@ pushd ucity
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout 15be184b26b337110e1ec2998cd42f134f00f281
|
git checkout 15be184b26b337110e1ec2998cd42f134f00f281
|
||||||
make clean
|
make clean
|
||||||
make -j4
|
make -j4 RGBDS=../../
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user