-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from tattn/upgrade-vrmkit0.5
Support SPM only & Upgrade VRMKit to 0.5
- Loading branch information
Showing
30 changed files
with
490 additions
and
1,008 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- '*' | ||
workflow_dispatch: | ||
|
||
concurrency: | ||
group: ci-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test-package: | ||
name: Build package | ||
runs-on: macos-13 | ||
env: | ||
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Build VTuberKit | ||
run: set -o pipefail && make build-package | xcpretty | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.