Skip to content

Commit

Permalink
Add automated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett208 committed Oct 25, 2019
1 parent d9980db commit 8d535df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
image: Visual Studio 2017
configuration:
- Debug
- Release
platform:
- x86
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
build:
project: MissionScanner.sln

0 comments on commit 8d535df

Please sign in to comment.