Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 406afd0

Browse files
committed
Set up CI
1 parent 6fb8af9 commit 406afd0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: x.x.{build}
2+
branches:
3+
only:
4+
- master
5+
skip_tags: true
6+
image: Visual Studio 2017
7+
configuration: Release
8+
install:
9+
- cmd: git submodule update --init --recursive
10+
build_script:
11+
- cmd: >-
12+
appveyor-retry nuget restore de4dot.sln
13+
14+
msbuild de4dot.sln /p:Configuration=Release /m /verbosity:normal /p:WarningLevel=0 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
15+
artifacts:
16+
- path: Release/
17+
name: de4dot

0 commit comments

Comments
 (0)