Contains cmake, CI, install and tests scrips.
- appveyor contains Windows build and unit tests scripts for Appveyor. (no longer used at the moment)
- circleci contains linux and unit tests build scripts for CircleCI. (no longer used at the moment)
- travis contains macOS build and unit tests scripts for TravisCI. (no longer used at the moment)
- github contains Windows, macOS and linux build and unit tests scripts for GitHub Actions.
- install contains install scrips for OS. Read installation for more information.
- run_tests.cmd for running xtd unit tests on Windows. Run it from xtd root folder.
- run_tests.sh for running xtd unit tests on macOS or linux. Run it from xtd root folder.