We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f57b2 commit 8c73bc2Copy full SHA for 8c73bc2
2 files changed
.travis.yml
@@ -41,8 +41,9 @@ matrix:
41
42
script:
43
44
- - . ./BuildTools/FormatValidation/validate_format_linux.sh
45
- - cd ..
+ - cd ./BuildTools/FormatValidation
+ - . ../../../DiligentCore/BuildTools/Scripts/travis/validate_format.sh
46
+ - cd ../../..
47
- |
48
echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt
49
echo "Project(DiligentTools_Test)" >> CMakeLists.txt
BuildTools/FormatValidation/validate_format_mac.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+echo "Format validation is not yet enabled for DiligentTools module on MacOS"
3
+
0 commit comments