2024-11-18 11:28:27 +01:00
|
|
|
@ECHO OFF
|
|
|
|
|
2024-11-26 10:14:53 +01:00
|
|
|
SET repo=https://github.com/libsdl-org/SDL
|
2024-11-18 11:28:27 +01:00
|
|
|
|
|
|
|
echo Data repository: %repo%
|
|
|
|
|
|
|
|
mkdir data
|
|
|
|
cd data
|
|
|
|
|
|
|
|
git clone %repo% target
|
|
|
|
cd target
|
2024-11-26 10:14:53 +01:00
|
|
|
git log --pretty=format:"%%H;%%an;%%ae;%%at;%%G?" --numstat > ../data.txt
|
2024-11-18 11:58:44 +01:00
|
|
|
|
|
|
|
cd ../../ManagementScript
|
|
|
|
BeefBuild -run -config=Release
|