Add support for AppVeyor.
It will only build with Visual Studio 2017: - Build in Release mode - Build in Debug mode - Test the installation
This commit is contained in:
parent
9263860ca3
commit
53e21bc146
@ -1,4 +1,5 @@
|
||||
[](https://travis-ci.org/Exiv2/exiv2)
|
||||
[](https://ci.appveyor.com/project/piponazo/exiv2)
|
||||
|
||||
<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