Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
7c2f6d85
Unverified
Commit
7c2f6d85
authored
Nov 09, 2017
by
John Kessenich
Committed by
GitHub
Nov 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1144 from antiagainst/appveyor-auto-deploy
Appveyor: auto deploy build artifacts to GitHub Releases
parents
2edde666
a7eab9b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
1 deletion
+43
-1
.appveyor.yml
.appveyor.yml
+43
-1
No files found.
.appveyor.yml
View file @
7c2f6d85
...
@@ -7,7 +7,7 @@ version: "{build}"
...
@@ -7,7 +7,7 @@ version: "{build}"
os
:
Visual Studio 2013
os
:
Visual Studio 2013
platform
:
platform
:
-
Any CPU
-
x64
configuration
:
configuration
:
-
Debug
-
Debug
...
@@ -39,3 +39,45 @@ build_script:
...
@@ -39,3 +39,45 @@ build_script:
test_script
:
test_script
:
-
ctest -C %CONFIGURATION% --output-on-failure
-
ctest -C %CONFIGURATION% --output-on-failure
-
cd ../Test && bash runtests
-
cd ../Test && bash runtests
-
cd ../build
after_test
:
# For debug build, the generated dll has a postfix "d" in its name.
-
ps
:
>-
If ($env:configuration -Match "Debug") {
$env:SUFFIX="d"
} Else {
$env:SUFFIX=""
}
-
cd install
# Zip all glslang artifacts for uploading and deploying
-
7z a glslang-master-windows-"%PLATFORM%"-"%CONFIGURATION%".zip
bin\glslangValidator.exe
include\glslang\*
include\SPIRV\*
lib\glslang%SUFFIX%.lib
lib\HLSL%SUFFIX%.lib
lib\OGLCompiler%SUFFIX%.lib
lib\OSDependent%SUFFIX%.lib
lib\SPIRV%SUFFIX%.lib
lib\SPVRemapper%SUFFIX%.lib
lib\SPIRV-Tools%SUFFIX%.lib
lib\SPIRV-Tools-opt%SUFFIX%.lib
artifacts
:
-
path
:
build\install\*.zip
name
:
artifacts-zip
deploy
:
-
provider
:
GitHub
auth_token
:
secure
:
YglcSYdl0TylEa59H4K6lylBEDr586NAt2EMgZquSo+iuPrwgZQuJLPCoihSm9y6
release
:
master-tot
description
:
"
Continuous
build
of
the
latest
master
branch
by
Appveyor
and
Travis
CI"
artifact
:
artifacts-zip
draft
:
false
prerelease
:
false
force_update
:
true
on
:
branch
:
master
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment