summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: d3f573748eb3f131b3a6bd8b52f01b9da7f27583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: Visual Studio 2017
configuration:
  - DebugCI
  - ReleaseCI
platform:
  - Win32
environment:
  APPVEYOR_SAVE_CACHE_ON_ERROR: true
install:
  - set PATH=%APPVEYOR_BUILD_FOLDER%/bin;%PATH%
before_build:
  - mkdir "%APPVEYOR_BUILD_FOLDER%/build"
  - cd "%APPVEYOR_BUILD_FOLDER%"
  - premake5.exe vs2015
build:
  project: c:\projects\re3\build\re3.sln
  verbosity: minimal
artifacts:
  path: bin/%CONFIGURATION%/re3.dll