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

Commit

Permalink
Set up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed May 2, 2019
1 parent 6fb8af9 commit 406afd0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: x.x.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2017
configuration: Release
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: >-
appveyor-retry nuget restore de4dot.sln
msbuild de4dot.sln /p:Configuration=Release /m /verbosity:normal /p:WarningLevel=0 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- path: Release/
name: de4dot

0 comments on commit 406afd0

Please sign in to comment.