Skip to content

Commit

Permalink
Use meson compile
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Dec 6, 2023
1 parent f17271c commit cda0675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
export PATH="$DEVKITPPC/bin:$PATH"
meson setup . build --cross-file=devkitPPC.ini -Dfull_rom='enabled'
ninja -C build
meson compile -C build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ $ export PATH="$DEVKITPPC/bin:$PATH"
$ meson setup . build --cross-file=devkitPPC.ini

# Build it!
$ ninja -C build
$ meson compile -C build

# The binaries will be in the build directory
$ ls build
Expand Down

0 comments on commit cda0675

Please sign in to comment.