Skip to content

Use GitHub Actions to complile C/C++ source codes to generate OpenGL output.

License

Notifications You must be signed in to change notification settings

NishkarshRaj/OpenGL_Actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for contributing to this repository.

License

This project is MIT licensed. Created by @NishkarshRaj