Enabled format validation script stub on Linux
Egor
3 years ago
40 | 40 |
|
41 | 41 |
script:
|
42 | 42 |
|
43 | |
# Run cmake
|
|
43 |
- . ./BuildTools/FormatValidation/validate_format_linux.sh
|
44 | 44 |
- cd ..
|
45 | 45 |
- |
|
46 | 46 |
echo "cmake_minimum_required(VERSION 3.6)" > CMakeLists.txt
|
|
0 |
#!/bin/bash
|
|
1 |
echo "Format validation is not yet enabled for DiligentTools module on Linux"
|
|
2 |
|