Skip to content

Commit

Permalink
Doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed May 31, 2017
1 parent a0c1b0a commit 0565a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: Visual Studio 2017
os: Visual Studio 2015
platform:
- x64

Expand Down Expand Up @@ -34,7 +34,7 @@ install:
- git clone https://%INTR_GIT_TOKEN%@github.com/begla/Intrinsic_Dependencies.git
- cd Intrinsic
- cd scripts_win32
- call ConfigAndBuildDependenciesVS15.bat
- call ConfigAndBuildDependencies.bat
- cd ..

# Download and install Vulkan SDK
Expand All @@ -44,7 +44,7 @@ install:
build_script:
- dir
- cd scripts_win32
- call ConfigVS15.bat
- call Config.bat
- cd ../build
- cmake --build . --config %CONFIGURATION%
- cd ..
Expand Down

0 comments on commit 0565a1e

Please sign in to comment.