Skip to content

Commit

Permalink
Merge pull request #5 from tattn/upgrade-vrmkit0.5
Browse files Browse the repository at this point in the history
Support SPM only & Upgrade VRMKit to 0.5
  • Loading branch information
tattn authored Sep 10, 2023
2 parents 379ecc6 + 0403530 commit 7e9d46e
Show file tree
Hide file tree
Showing 30 changed files with 490 additions and 1,008 deletions.
File renamed without changes
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
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

1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

1 change: 0 additions & 1 deletion Cartfile.resolved

This file was deleted.

Loading

0 comments on commit 7e9d46e

Please sign in to comment.