Skip to content

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed Jun 22, 2017
1 parent b65ec6f commit 9330001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
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 ConfigAndBuildDependencies.bat
- call ConfigAndBuildDependenciesVS15.bat
- cd ..

# Download and install Vulkan SDK
Expand All @@ -44,7 +44,7 @@ install:
build_script:
- dir
- cd scripts_win32
- call Config.bat
- call ConfigVS15.bat
- cd ../build
- cmake --build . --config %CONFIGURATION%
- cd ..
Expand Down
1 change: 0 additions & 1 deletion scripts_win32/DistroCreate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ robocopy app/worlds distro/worlds /E
robocopy app/assets distro/assets /E

cd scripts_win32

0 comments on commit 9330001

Please sign in to comment.