mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Remove unused environment, only do 32-bit
This commit is contained in:
parent
93ee8f1991
commit
09ec622f66
1 changed files with 1 additions and 9 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -6,18 +6,10 @@ branches:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- Win32
|
- Win32
|
||||||
- x64
|
# - x64
|
||||||
|
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
|
|
||||||
#environment:
|
|
||||||
# matrix:
|
|
||||||
# - STEP: misc
|
|
||||||
# - STEP: components # misc builds this too
|
|
||||||
# Build takes too long for these, ignore for now
|
|
||||||
# - STEP: openmw
|
|
||||||
# - STEP: opencs
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue