Clean the test repositories before running tests

This commit is contained in:
Jakub Kądziołka
2019-06-05 20:53:32 +02:00
parent 9a4941c794
commit 4dee999f68

View File

@@ -25,6 +25,7 @@ fi
pushd pokecrystal pushd pokecrystal
git fetch git fetch
git checkout 06e169d git checkout 06e169d
make clean
make -j make -j
make compare make compare
popd popd
@@ -35,6 +36,7 @@ fi
pushd pokered pushd pokered
git fetch git fetch
git checkout 98f09b6 git checkout 98f09b6
make clean
make -j make -j
make compare make compare
popd popd
@@ -45,5 +47,6 @@ fi
pushd ucity pushd ucity
git fetch git fetch
git checkout 3315601 git checkout 3315601
make clean
make -j make -j
popd popd