mirror of
https://github.com/Cxbx-Reloaded/subhook.git
synced 2024-11-23 11:19:56 +00:00
11 lines
134 B
YAML
11 lines
134 B
YAML
|
version: '{build}'
|
||
|
|
||
|
configuration:
|
||
|
- Release
|
||
|
|
||
|
before_build:
|
||
|
- cmake .
|
||
|
|
||
|
build_script:
|
||
|
- cmake --build . --config %CONFIGURATION%
|