mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 19:34:15 +08:00
19 lines
243 B
YAML
19 lines
243 B
YAML
|
version: '{build}'
|
||
|
max_jobs: 1
|
||
|
|
||
|
platform:
|
||
|
- x86
|
||
|
- x64
|
||
|
|
||
|
configuration:
|
||
|
- Release
|
||
|
- Debug
|
||
|
|
||
|
build:
|
||
|
verbosity: minimal
|
||
|
project: mdbx.sln
|
||
|
|
||
|
# test_script:
|
||
|
# - ps: |
|
||
|
# & "C:\projects\mdbx\$env:PLATFORM\$env:CONFIGURATION\test\test.exe"
|