mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +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"
|