Skip to content

Commit

Permalink
Merge pull request #1484 from grumpycoders/psyqo-ci
Browse files Browse the repository at this point in the history
Adding psyqo to the CI
  • Loading branch information
nicolasnoble authored Dec 15, 2023
2 parents 2cc5354 + 519a030 commit d07c2a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Build toolchains
run: sudo bash tools/linux-mips/spawn-compiler.sh
- name: Build OpenBIOS with it
run: make -C src/mips/openbios -j 2 all
run: make -C src/mips/openbios -j 6 all
- name: Build psyqo examples with it
run: for d in src/mips/psyqo/examples/* ; do make -C $d -j 6 all ; done

0 comments on commit d07c2a8

Please sign in to comment.