-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
maintenanceNecessary maintenanceNecessary maintenance
Description
Add the following to codebuild/common-windows.bat:
- git clone https://github.com/json-c/json-c.git || goto error
- mkdir json-c-build
- cd json-c-build
- cmake %* -DCMAKE_INSTALL_PREFIX=c:/deps -DCMAKE_BUILD_TYPE="Release" -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ../json-c || goto error
- msbuild.exe json-c.vcxproj /m /verbosity:normal /p:Configuration=Release || goto error
- msbuild.exe INSTALL.vcxproj /p:Configuration=Release || goto error
- Turn on -DAWS_ENC_SDK_KNOWN_GOOD_TESTS=ON flag in cmake
Metadata
Metadata
Assignees
Labels
maintenanceNecessary maintenanceNecessary maintenance