Przeglądaj źródła

Appveyor specify solution to avoid ambiguities

Nick Babcock 7 lat temu
rodzic
commit
8470c7c51c
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      appveyor.yml

+ 4 - 1
appveyor.yml

@@ -4,4 +4,7 @@ configuration:
   - Release
 
 before_build:
-- cmd: git submodule update --init --recursive
+- cmd: git submodule update --init --recursive
+
+build:
+  project: OhmGraphite.sln