Enabled format validation script stub on Mac
Egor
3 years ago
40 | 40 | |
41 | 41 | script: |
42 | 42 | |
43 | - . ./BuildTools/FormatValidation/validate_format_linux.sh | |
44 | - cd .. | |
43 | - cd ./BuildTools/FormatValidation | |
44 | - . ../../../DiligentCore/BuildTools/Scripts/travis/validate_format.sh | |
45 | - cd ../../.. | |
45 | 46 | - | |
46 | 47 | echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt |
47 | 48 | echo "Project(DiligentTools_Test)" >> CMakeLists.txt |