Check here for the detailed results.
- The workflow Install KiteModels (latest release) installs the latest, released version of KiteModels as package, installs the examples, creates a system image and runs the example
ram_air_kite.jl - The workflow Install KiteControllers (latest release) installs the latest, released version of KiteControllers as package, installs the examples and runs the example
autopilot.jl - The workflow Install KiteSimulators (latest release) installs the package
KiteSimulators.jl, which is a meta-package that installs most of the other packages of theOpenSourceAWEsoftware tools. Furthermore it creates a system image and runs the exampleautopilot.jl.
- The workflow Test KiteModels#main --update checks out the main branch of
KiteModels.jland runscreate_sysimage --update. - The workflow Test KiteModels#main checks out the main branch of
KiteModels.jland runscreate_sysimage, in other words, it usesManifest-v1.11.toml.default. - The workflow Install KiteModels#main installs KiteModels#main as package, installs the examples, creates a system image and runs the example
ram_air_kite.jl - The workflow Install KiteControllers#main installs KiteControllers#main as package, installs the examples and runs the example
autopilot.jl
These scripts run automatically every night between 01:00am and 06:00am.
Detect possible bugs due to the ways our packages interact with each other or
due to broken updates in indirect dependencies (integration test). Furthermore, test the
install_examples() function and the create_sys_image scripts.