Skip to content

Commit 6b38962

Browse files
committed
test #2
1 parent a1f55e3 commit 6b38962

File tree

2 files changed

+28
-30
lines changed

2 files changed

+28
-30
lines changed

appveyor.yml

+27-30
Original file line numberDiff line numberDiff line change
@@ -61,40 +61,37 @@ build:
6161
# Artifacts configuration #
6262
#---------------------------------#
6363
#artifacts:
64-
#- path: Out\CTNorthSetup.exe
65-
#name: CTNorthSetup.exe
66-
#- path: Out\CTNorthStandaloneSetup.exe
67-
#name: CTNorthStandaloneSetup.exe
68-
#- path: Out\CTNorth-windows.zip
69-
#name: CTNorth-windows.zip
70-
#- path: Out\CTNorth-windows.7z
71-
#name: CTNorth-windows.7z
72-
#- path: Out\CTNorth-windows-symbols.zip
73-
#name: CTNorth-windows-symbols.zip
74-
#- path: Out\CTNorth-windows-symbols.7z
75-
#name: CTNorth-windows-symbols.7z
76-
#- path: Out\RELEASES
77-
#name: RELEASES
78-
#- path: Out\CTNorth-*-Delta.pkg
79-
#name: CTNorth-Delta.pkg
80-
#- path: Out\CTNorth-*-Full.pkg
81-
#name: CTNorth-Full.pkg
64+
#- path: out\ClTest.exe
65+
#name: ClTest.exe
66+
#- path: out\ClTest.pdb
67+
#name: ClTest.pdb
8268

8369
#---------------------------------#
8470
# Deployment configuration #
8571
#---------------------------------#
86-
#deploy:
87-
#release: v$(appveyor_build_version)
88-
#description: 'Release description'
89-
#provider: GitHub
90-
#auth_token:
91-
#secure: 4AFmmvGx92DlQ3DTqXvqBrkTQLynrgNggKRaOo1Y2Fk5x7zAj8bw0MSbpRGqSClV
92-
#artifact: CTNorthSetup.exe, CTNorthStandaloneSetup.exe, CTNorth-windows.zip, CTNorth-windows.7z
93-
#draft: false
94-
#prerelease: false
95-
#on:
96-
#branch: master
97-
#appveyor_repo_tag: true
72+
deploy:
73+
- provider: GitHub
74+
release: v$(appveyor_build_version)
75+
description: 'Release description'
76+
auth_token:
77+
secure: 4AFmmvGx92DlQ3DTqXvqBrkTQLynrgNggKRaOo1Y2Fk5x7zAj8bw0MSbpRGqSClV
78+
artifact: ClTest.exe, ClTest.pdb
79+
draft: false
80+
prerelease: false
81+
on:
82+
branch: master
83+
appveyor_repo_tag: true
84+
- provider: GitHub
85+
release: v$(appveyor_build_version)
86+
description: 'Release description'
87+
auth_token:
88+
secure: 4AFmmvGx92DlQ3DTqXvqBrkTQLynrgNggKRaOo1Y2Fk5x7zAj8bw0MSbpRGqSClV
89+
artifact: ClTest.exe, ClTest.pdb
90+
draft: true
91+
prerelease: false
92+
on:
93+
branch: master
94+
appveyor_repo_tag: false
9895

9996
#---------------------------------#
10097
# Notifications #

premake5.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
workspace "DepTest"
22
location "build"
33
configurations { "Debug", "Release" }
4+
targetdir "out"
45

56
flags { "StaticRuntime" }
67
targetprefix ""

0 commit comments

Comments
 (0)