summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2019-11-28 04:56:41 +0000
committerEgor <egor.yusov@gmail.com>2019-11-28 04:56:41 +0000
commitd2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6 (patch)
treeb3fba7e0b8b0e8b3742df591d1fedae2a2ad6fdb
parentUpdated travis.yml: using shared build scripts (diff)
downloadDiligentTools-d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6.tar.gz
DiligentTools-d2f57b2001e3760e7cb02d9e6cde77fd9c4e81b6.zip
Enabled format validation script stub on Linux
-rw-r--r--.travis.yml2
-rwxr-xr-xBuildTools/FormatValidation/validate_format_linux.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aa5d8bf..6518c5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ matrix:
script:
- # Run cmake
+ - . ./BuildTools/FormatValidation/validate_format_linux.sh
- cd ..
- |
echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt
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"
+