Skip to content

Commit

Permalink
CI: Create AppVeyor configuration
Browse files Browse the repository at this point in the history
Creates an AppVeyor configuration to build sjpeg with CMake and Visual Studio 2019 (MSVC) for the x64 and ARM64 platforms.
  • Loading branch information
EwoutH authored Apr 22, 2021
1 parent f19916a commit 2436941
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
image: Visual Studio 2019
configuration: Release

environment:
matrix:
- arch: x64
- arch: ARM64

before_build: cmake . -A %arch%

build:
project: sjpeg.sln
verbosity: minimal

artifacts:
- path: /Release/*.exe

0 comments on commit 2436941

Please sign in to comment.