mirror of
https://github.com/vgough/encfs.git
synced 2025-02-17 18:20:55 +01:00
git-subtree-dir: vendor/github.com/leethomason/tinyxml2 git-subtree-split: 02d2764fd794422c6d3c86cebe1c892e5a592d23
8 lines
138 B
YAML
8 lines
138 B
YAML
before_build:
|
|
- cmake .
|
|
|
|
build_script:
|
|
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
|
- cd Release
|
|
- xmltest.exe
|