Lines Matching +full:glslang +full:- +full:master +full:-
2 # http://www.appveyor.com/docs/appveyor-yml
10 - x64
13 - Debug
14 - Release
18 - master
20 # Travis advances the master-tot tag to current top of the tree after
21 # each push into the master branch, because it relies on that tag to
22 # upload build artifacts to the master-tot release. This will cause
34 - C:/Python27/python.exe update_glslang_sources.py
35 - git clone https://github.com/google/googletest.git External/googletest
36 - cd External/googletest
37 - git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
38 - cd ../..
45 - mkdir build && cd build
46 - cmake -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=install ..
47 - cmake --build . --config %CONFIGURATION% --target install
50 - ctest -C %CONFIGURATION% --output-on-failure
51 - cd ../Test && bash runtests
52 - cd ../build
56 - ps: >-
57 If ($env:configuration -Match "Debug") {
62 - cd install
63 # Zip all glslang artifacts for uploading and deploying
64 - 7z a glslang-master-windows-"%PLATFORM%"-"%CONFIGURATION%".zip
66 bin\spirv-remap.exe
67 include\glslang\*
69 lib\glslang%SUFFIX%.lib
75 lib\SPIRV-Tools%SUFFIX%.lib
76 lib\SPIRV-Tools-opt%SUFFIX%.lib
79 - path: build\install\*.zip
80 name: artifacts-zip
83 - provider: GitHub
86 release: master-tot
87 description: "Continuous build of the latest master branch by Appveyor and Travis CI"
88 artifact: artifacts-zip
93 branch: master