Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

scripts

Contains cmake, CI, install and tests scrips.

Continuous Integration

  • 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.

Installation

Tests

  • 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.