forked from TillAlex/ImGui.NET-nativebuild
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathappveyor.yml
More file actions
46 lines (44 loc) · 1.25 KB
/
appveyor.yml
File metadata and controls
46 lines (44 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 1.0.{build}
image:
- Ubuntu
- Visual Studio 2017
install:
- git submodule update --init --recursive
build_script:
- sh: ./ci-build.sh
- cmd: call .\ci-build.cmd
artifacts:
- path: build/Release/cimgui.so
name: cimgui.so
- path: build/Release/cimplot.so
name: cimplot.so
- path: build/Release/cimnodes.so
name: cimnodes.so
- path: build/Release/cimguizmo.so
name: cimguizmo.so
- path: build\x64\Release\cimgui.win-x64.dll
name: cimgui.win-x64.dll
- path: build\x64\Release\cimplot.win-x64.dll
name: cimplot.win-x64.dll
- path: build\x64\Release\cimnodes.win-x64.dll
name: cimnodes.win-x64.dll
- path: build\x64\Release\cimguizmo.win-x64.dll
name: cimguizmo.win-x64.dll
- path: build\x86\Release\cimgui.win-x86.dll
name: cimgui.win-x86.dll
- path: build\x86\Release\cimplot.win-x86.dll
name: cimplot.win-x86.dll
- path: build\x86\Release\cimnodes.win-x86.dll
name: cimnodes.win-x86.dll
- path: build\x86\Release\cimguizmo.win-x86.dll
name: cimguizmo.win-x86.dll
deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Native Release ($(APPVEYOR_BUILD_WORKER_IMAGE))'
provider: GitHub
auth_token:
secure: DEGIcombPNY+d9ZUR4321jSr5Y+i03DkeiLvfEhzJtOFmaZrXVdS8B14mJQyqw8c
draft: false
prerelease: false
on:
APPVEYOR_REPO_TAG: true