diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 13:38:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 14:48:07 +0300 |
commit | f89673a8665604c2f5cb195d7fa675f662903829 (patch) | |
tree | 87ca83103d2d7e1d6b3ac011ec291ca300acdd7a /.appveyor.yml | |
parent | appveyor.yml -> .appveyor.yml (diff) | |
download | winapi-debug-f89673a8665604c2f5cb195d7fa675f662903829.tar.gz winapi-debug-f89673a8665604c2f5cb195d7fa675f662903829.zip |
AppVeyor: run clang-format
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7b29903..903456b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,6 +24,7 @@ install: - git submodule update --init --recursive build_script: + - '"%python_exe%" cmake\tools\clang-format.py' - >- "%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%" |