Skip to content

Commit

Permalink
Separate sections in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbroher committed Mar 18, 2017
1 parent 5913a7b commit d3a1e97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
os: Visual Studio 2015

version: ci-{build}

init:
- git config --global core.eol native
- git config --global core.autocrlf true

clone_depth: 50

install:
# Remove the VS Xamarin targets to reduce AppVeyor specific noise in build
# logs. See also http://help.appveyor.com/discussions/problems/4569
Expand All @@ -13,8 +17,11 @@ install:
- unzip -q FreeOrionSDK.zip
- cp bin/* freeorion/
- cd freeorion

before_build:
- cd msvc2015

build_script:
- msbuild FreeOrion.sln /property:Configuration=Release-XP /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal

test: off

0 comments on commit d3a1e97

Please sign in to comment.