mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Add Appveyor file
This commit is contained in:
parent
422044b778
commit
9ffeae554b
1 changed files with 7 additions and 0 deletions
7
.appveyor.yml
Normal file
7
.appveyor.yml
Normal file
|
|
@ -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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue