Skip to content

Commit

Permalink
add ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dslatt committed Jun 13, 2024
1 parent 4f95eee commit c50aaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build_switch/
.vscode/
.devcontainer/
.github/
include/GLFW/
include/version.h
include/version.h
4 changes: 4 additions & 0 deletions proj_build_ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
git config --global --add safe.directory /__w/nso-icon-tool/nso-icon/tool
cmake -B build_switch -DPLATFORM_SWITCH=ON
make -C build_switch nso-icon-tool.nro -j$(nproc)

0 comments on commit c50aaca

Please sign in to comment.