mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
795b26a633
git-vendor-name: tinyxml2 git-vendor-dir: vendor/github.com/leethomason/tinyxml2 git-vendor-repository: https://github.com/leethomason/tinyxml2.git git-vendor-ref: master
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
|