diff options
| author | Egor <egor.yusov@gmail.com> | 2019-11-28 04:56:41 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2019-11-28 04:56:41 +0000 |
| commit | d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6 (patch) | |
| tree | b3fba7e0b8b0e8b3742df591d1fedae2a2ad6fdb /BuildTools/FormatValidation | |
| parent | Updated travis.yml: using shared build scripts (diff) | |
| download | DiligentTools-d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6.tar.gz DiligentTools-d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6.zip | |
Enabled format validation script stub on Linux
Diffstat (limited to 'BuildTools/FormatValidation')
| -rwxr-xr-x | BuildTools/FormatValidation/validate_format_linux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTools/FormatValidation/validate_format_linux.sh b/BuildTools/FormatValidation/validate_format_linux.sh new file mode 100755 index 0000000..6446ebd --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_linux.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Format validation is not yet enabled for DiligentTools module on Linux" + |
