Lines Matching +full:spirv +full:- +full:remap
2 # http://www.appveyor.com/docs/appveyor-yml
10 - x64
13 - Debug
14 - Release
18 - master
23 - README.md
24 - README-spirv-remap.txt
25 - LICENSE.txt
26 - CODE_OF_CONDUCT.md
27 - BUILD.*
28 - WORKSPACE
29 - kokoro/*
30 - make-revision
31 - Android.mk
32 - _config.yml
34 # Travis advances the master-tot tag to current top of the tree after
36 # upload build artifacts to the master-tot release. This will cause
48 - C:/Python27/python.exe update_glslang_sources.py
49 - set PATH=C:\ninja;C:\Python36;%PATH%
50 - git clone https://github.com/google/googletest.git External/googletest
57 - mkdir build && cd build
58 - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=install ..
59 - cmake --build . --config %CONFIGURATION% --target install
62 - ctest -C %CONFIGURATION% --output-on-failure
63 - cd ../Test && bash runtests
64 - cd ../build
68 - ps: >-
69 If ($env:configuration -Match "Debug") {
74 - cd install
76 - 7z a glslang-master-windows-"%PLATFORM%"-"%CONFIGURATION%".zip
78 bin\spirv-remap.exe
84 lib\SPIRV%SUFFIX%.lib
86 lib\SPIRV-Tools%SUFFIX%.lib
87 lib\SPIRV-Tools-opt%SUFFIX%.lib
90 - path: build\install\*.zip
91 name: artifacts-zip
94 - provider: GitHub
97 release: master-tot
99 artifact: artifacts-zip