Skip to content

Commit cc17bdc

Browse files
authored
Merge pull request #8 from fjtrujy/neheCI
Add nehe to the CI
2 parents 3862647 + 071730a commit cc17bdc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ jobs:
4141
- name: Compile examples
4242
run: |
4343
cd examples
44-
# For now just box and logo example is compiling
44+
# For now just box, logo and nehe examples are compiling
4545
cd box && make clean all && cd ..
4646
cd logo && make clean all && cd ..
47+
cd nehe/lesson02 && make clean all && cd ../..
48+
cd nehe/lesson03 && make clean all && cd ../..
49+
cd nehe/lesson04 && make clean all && cd ../..
50+
cd nehe/lesson05 && make clean all && cd ../..
4751
4852
4953
- name: Upload artifacts

0 commit comments

Comments
 (0)