1 2 3 4 5 6 7 8 9 10 11 12
environment: matrix: - LLVM_VERSION: 5.0.0 CLANG_VERSION: clang_5_0 install: - .\ci\install.bat build: false test_script: - .\ci\test_script.bat