Skip to content

Commit 8c73bc2

Browse files
Enabled format validation script stub on Mac
1 parent d2f57b2 commit 8c73bc2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ matrix:
4141

4242
script:
4343

44-
- . ./BuildTools/FormatValidation/validate_format_linux.sh
45-
- cd ..
44+
- cd ./BuildTools/FormatValidation
45+
- . ../../../DiligentCore/BuildTools/Scripts/travis/validate_format.sh
46+
- cd ../../..
4647
- |
4748
echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt
4849
echo "Project(DiligentTools_Test)" >> CMakeLists.txt
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
echo "Format validation is not yet enabled for DiligentTools module on MacOS"
3+

0 commit comments

Comments
 (0)