Merge pull request #41 from piponazo/appVeyor
Add support for AppVeyor.
This commit is contained in:
commit
1bd985a287
@ -1,4 +1,6 @@
|
||||
[](https://travis-ci.org/Exiv2/exiv2)
|
||||
[](https://ci.appveyor.com/project/piponazo/exiv2-wutfp)
|
||||
|
||||
|
||||
<pre><code>
|
||||
@@@Marco@@@@@b ;mm /##Gilles###\
|
||||
|
||||
10
appveyor.yml
Normal file
10
appveyor.yml
Normal file
@ -0,0 +1,10 @@
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
|
||||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake -DEXIV2_ENABLE_XMP=OFF -DEXIV2_ENABLE_NLS=OFF -DEXIV2_ENABLE_PNG=OFF -DCMAKE_INSTALL_PREFIX=install ..
|
||||
- cmake --build . --config Release
|
||||
- cmake --build . --config Debug
|
||||
- cmake --build . --target install
|
||||
Loading…
Reference in New Issue
Block a user