mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Add Appveyor file
This commit is contained in:
committed by
Camilla Berglund
parent
422044b778
commit
9ffeae554b
@@ -0,0 +1,7 @@
|
|||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- BUILD_SHARED_LIBS: ON
|
||||||
|
- BUILD_SHARED_LIBS: OFF
|
||||||
|
build_script:
|
||||||
|
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
|
||||||
|
- cmake --build .
|
||||||
Reference in New Issue
Block a user