diff --git a/.github/workflows/linux-toolchain.yml b/.github/workflows/linux-toolchain.yml index d617d8662..ac8cb48d9 100644 --- a/.github/workflows/linux-toolchain.yml +++ b/.github/workflows/linux-toolchain.yml @@ -26,4 +26,4 @@ jobs: - name: Build OpenBIOS with it run: make -C src/mips/openbios -j 6 all - name: Build psyqo examples with it - run: for d in src/mips/psyqo/examples/* src/mips/psyqo-paths/examples/* src/mips/psyqo-lua/examples/* ; do make -C $d -j 6 all TEST=true ; done + run: for d in src/mips/psyqo/examples/* src/mips/psyqo-paths/examples/* src/mips/psyqo-lua/examples/*; do if [ -d "$d" ]; then make -C "$d" -j 6 all TEST=true; fi; done diff --git a/src/mips/psyqo/examples/README.md b/src/mips/psyqo/examples/README.md new file mode 100644 index 000000000..4d41bd6af --- /dev/null +++ b/src/mips/psyqo/examples/README.md @@ -0,0 +1,7 @@ +## See Also + +The following list contains community-made examples which have made use of various aspects of psyqo. + +| Example | Author | Description +| :--- | :--- | :--- +| [psyqo-cdrom-cube](https://github.com/Forceh91/psyqo-cdrom-cube) | [Forceh91](https://github.com/forceh91) | This example attempts to give a real-world example of loading a model off of the CD-ROM for rendering