https://github.com/mltframework/mlt-scripts
scripts to help build open source MLT apps
https://github.com/mltframework/mlt-scripts
Last synced: 11 months ago
JSON representation
scripts to help build open source MLT apps
- Host: GitHub
- URL: https://github.com/mltframework/mlt-scripts
- Owner: mltframework
- Created: 2012-04-13T18:07:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T00:27:45.000Z (11 months ago)
- Last Synced: 2025-05-08T00:27:52.707Z (11 months ago)
- Language: Shell
- Homepage: https://www.mltframework.org
- Size: 396 KB
- Stars: 36
- Watchers: 12
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This repository contains scripts for Continuous Integration and Deployment for the MLT and Shotcut projects.
- The `teamcity` folder contains the scripts executed byour TeamCity build server. This server is legacy as we hope to
migrate to GitHub Actions.
- The `build` folder contains scripts that the TeamCity scripts or users may wish to run to build MLT applications
bundled with some depenencies.
- The `test` folder contains various test scripts executed by the `teamcity/test.sh` script.
- The `docker` folder contains `Dockerfile`s for containers that may be used by some of the build scripts or GitHub
Actions.