Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compiler-explorer/compiler-workflows
Workflows to build daily and ad hoc compilers for Compiler Explorer
https://github.com/compiler-explorer/compiler-workflows
Last synced: 4 days ago
JSON representation
Workflows to build daily and ad hoc compilers for Compiler Explorer
- Host: GitHub
- URL: https://github.com/compiler-explorer/compiler-workflows
- Owner: compiler-explorer
- License: bsd-2-clause
- Created: 2021-11-09T00:27:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T01:40:36.000Z (about 2 months ago)
- Last Synced: 2024-09-17T05:31:26.993Z (about 2 months ago)
- Language: Python
- Size: 189 KB
- Stars: 18
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Compiler Workflows
A place to hang Github workflow files to do our compiler builds.
## Requirements
* Python3
* curl
* jq## Usage
It's not recommended to change files through the github website.
Instead do following:
* Clone/fork this repo and make sure you have the requirements
* Add a compiler to `compilers.yaml`
* Run `make build-yamls` (or let the pre-commit hook run this)
* Commit `compilers.yaml` and the automatically generated files