Skip to content

Commit

Permalink
Fixed AppVeyor compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 3, 2018
1 parent 30b28c4 commit d18ab8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ configuration:
platform:
- x64
- x86
cache:
- packages -> **\packages.config
before_build:
- cmd: git submodule update --init --recursive
- cmd: >-
nuget restore src\engine.sln
git submodule update --init --recursive
build:
project: src/engine.sln
parallel: true
Expand Down

0 comments on commit d18ab8b

Please sign in to comment.