mirror of
https://github.com/vgough/encfs.git
synced 2024-11-28 19:03:42 +01:00
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
|