forked from HelloKitty/DewritoLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
39 lines (27 loc) · 913 Bytes
/
Copy pathappveyor.yml
File metadata and controls
39 lines (27 loc) · 913 Bytes
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
version: 1.0.{build}
# Operating system (build VM template)
os: Windows Server 2012 R2
# scripts that are called at very beginning, before repo cloning
init:
# - git config --global core.autocrlf input
# clone directory
clone_folder: c:\projects\DewritoUpdater
platform: x86
configuration: Release
install:
# by default, all script lines are interpreted as batch
build:
project: DewritoUpdater.sln # path to Visual Studio solution or project
# scripts to run before build
before_build:
# scripts to run after build
after_build:
- cd C:\projects\DewritoUpdater\DewritoUpdater\bin\x86\Release\
- 7z a C:\projects\DewritoUpdater\DewritoUpdater.zip *.exe -tzip
- cd C:\projects\DewritoUpdater
artifacts:
- path: DewritoUpdater.zip
name: DewritoUpdater.zip
#deploy_script:
# - cd c:\projects\sqlite
# - curl -T sqlite.zip --user %ACCOUNT% https://webdav.yandex.ru/libs/sqlite.zip