https://github.com/gerph/ddeutilsjf
DDEUtils reimplementation (demo of CI for RISC OS)
https://github.com/gerph/ddeutilsjf
riscos riscos-ci
Last synced: 2 months ago
JSON representation
DDEUtils reimplementation (demo of CI for RISC OS)
- Host: GitHub
- URL: https://github.com/gerph/ddeutilsjf
- Owner: gerph
- License: bsd-2-clause
- Created: 2020-05-31T14:36:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T01:06:38.000Z (2 months ago)
- Last Synced: 2026-01-12T05:48:48.562Z (2 months ago)
- Topics: riscos, riscos-ci
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# DDEUtilsJF
## Introduction
This is a reimplementation of the DDEUtils for RISC OS. It was written so that
it could be used by applications when the user didn't own the Acorn Desktop
Development Environment. The throwback interface, and extended command line
were very useful.
To a lesser extent the 'prefix' support was useful, and the implementation
provided in this module is different in its behaviour to that of the original.
## Usage
* Load the module into a 26bit machine.
## Continuous Integration (CI) support
This release is intended to demonstrate the continuous integration environment
provided by the build.riscos.online system. Two mechanisms are provided for
building the module - through GitLab CI, and through GitHub's workflows.
Documentation for the `.robuild.yaml` file format can be found on the
[build.riscos.online website](https://build.riscos.online/robuildyaml.html),
and the example here just invokes the AMU tool to perform the build.
* For GitHub workflows, see the file `.github/workflows/ci.yml`.
* For GitLab CI, see the file `.gitlab-ci.yml`.