diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-05-19 23:05:06 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-05-19 23:28:35 +0200 |
commit | 9b78f232e550a597b595afc0afa0884272f103a9 (patch) | |
tree | 96f150cc7cad5efd22c3e6e220a713a682b86777 /.appveyor.yml | |
parent | CPhysical almost done (diff) | |
download | re3-9b78f232e550a597b595afc0afa0884272f103a9.tar re3-9b78f232e550a597b595afc0afa0884272f103a9.tar.gz re3-9b78f232e550a597b595afc0afa0884272f103a9.tar.bz2 re3-9b78f232e550a597b595afc0afa0884272f103a9.tar.lz re3-9b78f232e550a597b595afc0afa0884272f103a9.tar.xz re3-9b78f232e550a597b595afc0afa0884272f103a9.tar.zst re3-9b78f232e550a597b595afc0afa0884272f103a9.zip |
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..dcc272df --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,15 @@ +image: Visual Studio 2017 +configuration: 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 |