We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51d10e commit dbe7103Copy full SHA for dbe7103
README.md
@@ -2,6 +2,12 @@
2
3
Use GitHub Actions to complile C/C++ source codes to generate OpenGL output.
4
5
+## How to use:
6
+
7
+1. Add a .cpp/.c source file in action-a/ folder.
8
+2. Add the file name in both Dockerfile and script file replacing the default src.cpp file
9
+3. push to the master branch to run the action
10
11
## How to contribute
12
13
This project is open sourced and contributions in all forms are welcomed.
0 commit comments