Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fundies committed Nov 16, 2020
1 parent 9f84b7e commit 4cca459
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions appveyor.yml
Expand Up @@ -29,18 +29,15 @@ environment:
PACKAGES: ""

matrix:
# Game Modes
- {MODE: Run}
# Game Modes
# run mode covered in regular tests
- {MODE: Debug}
- {MODE: Compile}

# Graphics
- {GRAPHICS: Direct3D11, AUDIO: DirectSound}
# Catch-all
- {GRAPHICS: Direct3D11, AUDIO: DirectSound, WIDGETS: Win32, EXTENSIONS: "DirectShow,WindowsTouch,XInput,MediaControlInterface,FileDropper,IniFilesystem,Box2DPhysics,StudioPhysics,ExternalFuncs", PACKAGES: "box2d:x libffi:x"}
- {GRAPHICS: OpenGL1, AUDIO: OpenAL, PACKAGES: "glew:x openal:x dumb:x alure:x libmodplug:x libvorbis:x libogg:x flac:x mpg123:x libsndfile:x libgme:x"}
- {GRAPHICS: OpenGLES3, PLATFORM: SDL, PACKAGES: "SDL2:x libepoxy:x"}

# Widgets / Extensions
- {WIDGETS: Win32, EXTENSIONS: "DirectShow,WindowsTouch,XInput,MediaControlInterface,FileDropper,IniFilesystem,Box2DPhysics,StudioPhysics,ExternalFuncs", PACKAGES: "box2d:x libffi:x"}
#TODO: Fix GTK+ on Windows
#- {WIDGETS: GTK+, PACKAGES: "gtk2:x"}
#TODO: Fix Bullet Physics on Windows
Expand Down

0 comments on commit 4cca459

Please sign in to comment.