mirror of https://github.com/aap/librw.git
premake+ci: bump version glfw/sdl2/premake5 dependency
This commit is contained in:
parent
68333a1ea7
commit
27b050311a
|
@ -1,12 +1,12 @@
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
environment:
|
environment:
|
||||||
GLFW_BASE: glfw-3.2.1.bin.WIN64
|
GLFW_BASE: glfw-3.3.4.bin.WIN64
|
||||||
GLFW_URL: https://github.com/glfw/glfw/releases/download/3.2.1/%GLFW_BASE%.zip
|
GLFW_URL: https://github.com/glfw/glfw/releases/download/3.3.4/%GLFW_BASE%.zip
|
||||||
SDL2_BASE: SDL2-devel-2.0.8-VC
|
SDL2_BASE: SDL2-devel-2.0.14-VC
|
||||||
SDL2_URL: https://www.libsdl.org/release/%SDL2_BASE%.zip
|
SDL2_URL: https://www.libsdl.org/release/%SDL2_BASE%.zip
|
||||||
SDL2_DIRAME: SDL2-2.0.8
|
SDL2_DIRAME: SDL2-2.0.14
|
||||||
PREMAKE5_URL: https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip
|
PREMAKE5_URL: https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-windows.zip
|
||||||
matrix:
|
matrix:
|
||||||
- PLATFORM: win-amd64-null
|
- PLATFORM: win-amd64-null
|
||||||
- PLATFORM: win-amd64-gl3
|
- PLATFORM: win-amd64-gl3
|
||||||
|
|
|
@ -13,21 +13,21 @@ newoption {
|
||||||
trigger = "glfwdir64",
|
trigger = "glfwdir64",
|
||||||
value = "PATH",
|
value = "PATH",
|
||||||
description = "Directory of glfw",
|
description = "Directory of glfw",
|
||||||
default = "../glfw-3.3.2.bin.WIN64",
|
default = "../glfw-3.3.4.bin.WIN64",
|
||||||
}
|
}
|
||||||
|
|
||||||
newoption {
|
newoption {
|
||||||
trigger = "glfwdir32",
|
trigger = "glfwdir32",
|
||||||
value = "PATH",
|
value = "PATH",
|
||||||
description = "Directory of glfw",
|
description = "Directory of glfw",
|
||||||
default = "../glfw-3.3.2.bin.WIN32",
|
default = "../glfw-3.3.4.bin.WIN32",
|
||||||
}
|
}
|
||||||
|
|
||||||
newoption {
|
newoption {
|
||||||
trigger = "sdl2dir",
|
trigger = "sdl2dir",
|
||||||
value = "PATH",
|
value = "PATH",
|
||||||
description = "Directory of sdl2",
|
description = "Directory of sdl2",
|
||||||
default = "../SDL2-2.0.8",
|
default = "../SDL2-2.0.14",
|
||||||
}
|
}
|
||||||
|
|
||||||
workspace "librw"
|
workspace "librw"
|
||||||
|
|
Loading…
Reference in New Issue