Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishkarshraj/opengl_actions
Use GitHub Actions to complile C/C++ source codes to generate OpenGL output.
https://github.com/nishkarshraj/opengl_actions
actions devops git github github-actions github-hackathon hackathon
Last synced: 5 days ago
JSON representation
Use GitHub Actions to complile C/C++ source codes to generate OpenGL output.
- Host: GitHub
- URL: https://github.com/nishkarshraj/opengl_actions
- Owner: NishkarshRaj
- License: mit
- Created: 2020-03-06T13:25:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:26:52.000Z (11 months ago)
- Last Synced: 2024-10-17T07:08:52.291Z (29 days ago)
- Topics: actions, devops, git, github, github-actions, github-hackathon, hackathon
- Language: C++
- Size: 14.6 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenGL_Actions
Use GitHub Actions to complile C/C++ source codes to generate OpenGL output.
## How to use:
1. Add a .cpp/.c source file in action-a/ folder.
2. Add the file name in both Dockerfile and script file replacing the default src.cpp file
3. push to the master branch to run the action## How to contribute
This project is open sourced and contributions in all forms are welcomed.
Please follow these [guidelines](CONTRIBUTING.md) for contributing to this repository.
## License
This project is [MIT](LICENSE) licensed. Created by @NishkarshRaj