Add --check-code-style utility command.
This commit is contained in:
committed by
Matthias Mailänder
parent
ecd4479807
commit
f4055dae53
7
make.ps1
7
make.ps1
@@ -107,8 +107,11 @@ elseif ($command -eq "version")
|
||||
}
|
||||
elseif ($command -eq "dependencies")
|
||||
{
|
||||
cp thirdparty/*.dll .
|
||||
cp thirdparty/windows/*.dll .
|
||||
cd thirdparty
|
||||
./fetch-thirdparty-deps.ps1
|
||||
cp *.dll ..
|
||||
cp windows/*.dll ..
|
||||
cd ..
|
||||
echo "Dependencies copied."
|
||||
}
|
||||
elseif ($command -eq "test")
|
||||
|
||||
Reference in New Issue
Block a user