Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.51 KB

CI scripts for Newtonsoft.Json-for-Unity

⚠️ Please keep in mind that these scripts are out of date and some of them do not even work any more!

You can follow the progress of fixing these scripts in issue #113.

I'm terribly sorry for anyone who needs to use them, but I have not gotten around to fixing them yet. // @jilleJr

The scripts in this directory are used to build and test the package using Docker images.

Prerequisites

Building

./ci/local_build_into_package.ps1

This script will compile the project into the Src/Newtonsoft.Json-for-Unity/Plugins directory using Docker images.

Testing

./ci/local_test_in_unity_container.ps1

This script will compile the project and run the tests in a Unity3D Docker container.