alexey.lysiuk
8ad9aafaa8
- added Debug x64 target to AppVeyor configuration
2019-06-21 22:21:30 +03:00
Christoph Oelckers
3030a6d389
- set Visual C++ compiler to use /permissive- mode and fixed the one error this generated.
...
This also means that Visual Studio 2015 is no longer supported as it has no proper standard conforming compile mode.
2019-06-20 20:25:34 +02:00
alexey.lysiuk
4c8eddc5a3
- simplified AppVeyor configuration
...
Visual Studio 2015 and 2019, Release only, no more WinXP toolset, reorder targets by importance
Visual Studio 2017 builds are now verified by Travis only
2019-06-05 12:44:52 +03:00
alexey.lysiuk
fb1167ecfb
- set MSBuild to utilise all CPUs in AppVeyor builds
2019-02-08 16:40:04 +02:00
Christoph Oelckers
54d9ec11a8
Changed AppVeyor configuration to create the 64 bit debug build with VS 2017 and no XP toolset
2018-10-15 09:07:59 +02:00
alexey.lysiuk
10b869ba11
Made AppVeyor configuration closer to stable builds
...
Use Windows XP compatible toolchain for 32-bit Release targets only
2018-04-26 10:40:09 +03:00
alexey.lysiuk
d8e43dffbb
Enabled quiet pk3 creation in CI configurations
...
Half of build log was polluted with useless file listings
2018-03-09 15:23:50 +02:00
alexey.lysiuk
d543408fd4
Enabled MSVC 2017 64-bit target in AppVeyor configuration
2017-10-29 16:15:03 +02:00
alexey.lysiuk
527cc7ecf1
Changed MSBuild verbosity level to minimal in AppVeyor configuration
2017-10-29 10:11:33 +02:00
alexey.lysiuk
1bbd81c2ed
Disabled VS2017 64-bit target in AppVeyor configuration
...
Hopefully Microsoft will fix internal error in their compiler sooner or later
2017-09-05 11:30:23 +03:00
alexey.lysiuk
0696967887
Use old version of VS2017 for Appveyor x64 target
...
This is a temporary fix for error in Microsoft C++ compiler:
game-music-emu\gme\fir_resampler.cpp(28): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 256)
MSVC 19.10.25019.0 works fine while 19.11.25506.0 is broken
2017-08-18 09:56:36 +03:00
alexey.lysiuk
7e7e1ff12e
Added VS2017 Release targets to AppVeyor configuration
...
Removed VS2015 Win32 Debug target to speedup build process
2017-05-29 14:50:39 +03:00
alexey.lysiuk
132ea30f0d
Updated AppVeyor configuration
...
Added packaging of build artifact which includes executable and .pk3's
Removed obsolete environment variables for dependencies
Permalinks to the last successful builds:
Win32 Release: https://ci.appveyor.com/api/projects/coelckers/gzdoom/artifacts/gzdoom.zip?branch=master&job=Configuration%3A%20Release%3B%20Platform%3A%20Win32
x64 Release: https://ci.appveyor.com/api/projects/coelckers/gzdoom/artifacts/gzdoom.zip?branch=master&job=Configuration%3A%20Release%3B%20Platform%3A%20x64
Win32 Debug: https://ci.appveyor.com/api/projects/coelckers/gzdoom/artifacts/gzdoom.zip?branch=master&job=Configuration%3A%20Debug%3B%20Platform%3A%20Win32
x64 Debug: https://ci.appveyor.com/api/projects/coelckers/gzdoom/artifacts/gzdoom.zip?branch=master&job=Configuration%3A%20Debug%3B%20Platform%3A%20x64
2017-05-08 15:02:31 +03:00
alexey.lysiuk
60a802b6bf
Removed all dependencies from Appveyor configuration file
2017-04-18 11:24:57 +03:00
alexey.lysiuk
938043892a
Update CI configurations
...
Increase git clone depth to 10 for both services so quick pushes won't break the build
Disable email notifications for AppVeyor
2017-03-08 10:44:42 +02:00
alexey.lysiuk
e5a3d2244e
Updated AppVeyor configuration
...
Add dependencies for sound backends
Exclude travis test branches from build
Set git clone depth to one
2017-03-07 11:59:52 +02:00
alexey.lysiuk
291099751e
Added basic AppVeyor configuration
...
Things to do: dependencies for sound backends and Windows XP support
2017-03-06 09:51:50 +02:00