mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 07:12:36 +00:00
Removed all dependencies from Appveyor configuration file
This commit is contained in:
parent
b6774e723b
commit
60a802b6bf
1 changed files with 0 additions and 21 deletions
|
@ -16,19 +16,6 @@ configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
cache:
|
|
||||||
- ci_deps_win_v01.zip
|
|
||||||
|
|
||||||
environment:
|
|
||||||
# Update dependencies here: https://github.com/coelckers/gzdoom/releases/tag/ci_deps
|
|
||||||
DEPS_URL: https://github.com/coelckers/gzdoom/releases/download/ci_deps/
|
|
||||||
DEPS_FILENAME: ci_deps_win_v01.zip
|
|
||||||
|
|
||||||
install:
|
|
||||||
- if not exist "%DEPS_FILENAME%"
|
|
||||||
appveyor DownloadFile "%DEPS_URL%%DEPS_FILENAME%"
|
|
||||||
- 7z x -y "%DEPS_FILENAME%"
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- md build
|
- md build
|
||||||
- cd build
|
- cd build
|
||||||
|
@ -38,14 +25,6 @@ before_build:
|
||||||
- set DEPS_LIB_DIR=%APPVEYOR_BUILD_FOLDER%\ci_deps_win\lib\%PLATFORM%
|
- set DEPS_LIB_DIR=%APPVEYOR_BUILD_FOLDER%\ci_deps_win\lib\%PLATFORM%
|
||||||
- cmake -G "%CMAKE_GENERATOR_NAME%" -T "v140_xp"
|
- cmake -G "%CMAKE_GENERATOR_NAME%" -T "v140_xp"
|
||||||
-DCMAKE_BUILD_TYPE="%CONFIGURATION%"
|
-DCMAKE_BUILD_TYPE="%CONFIGURATION%"
|
||||||
-DFMOD_INCLUDE_DIR="%DEPS_INCLUDE_DIR%"
|
|
||||||
-DFMOD_LIBRARY="%DEPS_LIB_DIR%\fmodex.lib"
|
|
||||||
-DOPENAL_INCLUDE_DIR="%DEPS_INCLUDE_DIR%"
|
|
||||||
-DOPENAL_LIBRARY="%DEPS_LIB_DIR%\OpenAL32.lib"
|
|
||||||
-DMPG123_INCLUDE_DIR="%DEPS_INCLUDE_DIR%"
|
|
||||||
-DMPG123_LIBRARIES="%DEPS_LIB_DIR%\libmpg123-0.lib"
|
|
||||||
-DSNDFILE_INCLUDE_DIR="%DEPS_INCLUDE_DIR%"
|
|
||||||
-DSNDFILE_LIBRARY="%DEPS_LIB_DIR%\libsndfile-1.lib"
|
|
||||||
..
|
..
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue