Skip to content

Commit 7f2604d

Browse files
authored
Merge pull request #14 from fjtrujy/improve_ci
Some improvements
2 parents 4ad311e + 35b3c04 commit 7f2604d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Compile examples
4242
run: |
4343
cd examples
44-
# For now just box, logo and nehe examples are compiling
4544
cd box && make clean all && cd ..
4645
cd logo && make clean all && cd ..
46+
cd tricked_out && make clean all && cd ..
4747
cd nehe/lesson02 && make clean all && cd ../..
4848
cd nehe/lesson03 && make clean all && cd ../..
4949
cd nehe/lesson04 && make clean all && cd ../..
@@ -58,3 +58,4 @@ jobs:
5858
examples/**/*.elf
5959
examples/**/*.gl
6060
examples/**/*.rtx
61+
examples/**/*.bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
![CI](https://github.com/ps2dev/ps2gl/workflows/CI/badge.svg)
44

55

6-
[PS2GL Documentation](https://fjtrujy.github.io/ps2gl/)
6+
[PS2GL Documentation](https://ps2dev.github.io/ps2gl/)
77

88
All of the documentation has been moved to the docs/html directory..

0 commit comments

Comments
 (0)