mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Add build directory for CI
This commit is contained in:
parent
a6bec2ebdc
commit
ebe88c3869
2 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,9 @@ environment:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
build_script:
|
||||
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
|
||||
- cmake --build .
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue