Skip to content

Commit

Permalink
Adding script to build using number of cores
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 16e4172 commit 2f5e28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: chmod u+x bin/*
- name: Building MAME
working-directory: ./waterbox/mame-arcade
run: make -j${nproc}
run: ./make.sh

build-quickernes:
runs-on: ubuntu-latest
Expand All @@ -115,4 +115,4 @@ jobs:
run: git submodule update --init --recursive core
- name: Building QuickerNES core (Linux)
working-directory: ./quicknes/make
run: make -j${nproc}
run: make
1 change: 1 addition & 0 deletions waterbox/mame-arcade/make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make -j${nproc}

0 comments on commit 2f5e28c

Please sign in to comment.