1
0
Fork 0

Enforce clang-format (#6293)

* Enforce clang-format on commit for core files

* forgot about tests
This commit is contained in:
skullydazed 2019-07-09 15:47:18 -07:00
parent 51ee244906
commit 9e20478e6b
4 changed files with 10 additions and 3 deletions

View file

@ -8,7 +8,7 @@ installflip=false
util_dir=$(dirname "$0")
echo "Installing dependencies needed for the installation (quazip)"
pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/git msys/p7zip msys/python3 msys/unzip
pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/clang msys/git msys/p7zip msys/python3 msys/unzip
source "$dir/win_shared_install.sh"