File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# Test some significant external projects that use RGBDS
24
24
# When adding new ones, don't forget to add them to the .gitignore!
25
+ # When updating subprojects, change the commit being checked out, and set the `shallow-since`
26
+ # to the day before, to reduce the amount of refs being transferred and thus speed up CI.
25
27
26
28
if [ ! -d pokecrystal ]; then
27
- git clone https://github.com/pret/pokecrystal.git --shallow-since=2021-04-01 --single-branch
29
+ git clone https://github.com/pret/pokecrystal.git --shallow-since=2022-03-12 --single-branch
28
30
fi
29
31
pushd pokecrystal
30
32
git fetch
31
- git checkout b8fc67848e1d5911204fa42bbd9b954fdec6228a
33
+ git checkout 3bb94e49286617c9e8d61af4e9af85df88000d96
32
34
make clean
33
35
make -j4 compare RGBDS=../../
34
36
popd
35
37
36
38
if [ ! -d pokered ]; then
37
- git clone --recursive https://github.com/pret/pokered.git --shallow-since=2021-04-01 --single-branch
39
+ git clone https://github.com/pret/pokered.git --shallow-since=2022-03-07 --single-branch
38
40
fi
39
41
pushd pokered
40
42
git fetch
41
- git checkout 0af787ea6d42d6f9c16f952b46519ab94f356abb
43
+ git checkout a75dd222709c92ae136d835ff2451391d5a88e45
42
44
make clean
43
45
make -j4 compare RGBDS=../../
44
46
popd
You can’t perform that action at this time.
0 commit comments