mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Add build directory for CI
This commit is contained in:
parent
a6bec2ebdc
commit
ebe88c3869
@ -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
|
||||
|
@ -18,7 +18,9 @@ env:
|
||||
- BUILD_SHARED_LIBS=ON
|
||||
- BUILD_SHARED_LIBS=OFF
|
||||
script:
|
||||
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} ..
|
||||
- cmake --build .
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user