Skip to content

Commit

Permalink
adding mingw32 build with amalgamate option
Browse files Browse the repository at this point in the history
  • Loading branch information
Stasik0 committed Aug 11, 2016
1 parent fac7a69 commit 1fdfef2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ build_script:
- rd /s /q build
- md build
- cd build
- echo "Testing MinGW32 with amalgamation"
- cmake -DUA_BUILD_EXAMPLES:BOOL=ON -DUA_BUILD_SELFSIGNED_CERTIFICATE:BOOL=ON -DUA_ENABLE_AMALGAMATION:BOOL=ON -G"MinGW Makefiles" ..
- mingw32-make
- cd ..
- rd /s /q build
- md build
- cd build
- cmake -DUA_BUILD_EXAMPLES:BOOL=ON -G"Visual Studio 12 2013" ..
- msbuild open62541.sln /m
- echo "Testing amalgamation"
Expand Down

0 comments on commit 1fdfef2

Please sign in to comment.