Skip to content

Commit

Permalink
feat: yarg.core build for mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Aug 9, 2023
1 parent 789f543 commit 5197d42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ jobs:
- name: "[Pre-install] Restoring NuGet Packages"
run: dotnet tool install --global NuGetForUnity.Cli && nugetforunity restore

###########################
# Build YARG.Core #
###########################
- name: "[Pre-build] Build YARG.Core"
run: >
mkdir Assets/Plugins/YARG.Core &&
dotnet build YARG.Core/YARG.Core/YARG.Core.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary --output Assets/Plugins/YARG.Core
###########################
# Build #
###########################
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ jobs:
- name: "[Pre-install] Restoring NuGet Packages"
run: dotnet tool install --global NuGetForUnity.Cli && nugetforunity restore

###########################
# Build YARG.Core #
###########################
- name: "[Pre-build] Build YARG.Core"
run: >
mkdir Assets/Plugins/YARG.Core &&
dotnet build YARG.Core/YARG.Core/YARG.Core.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary --output Assets/Plugins/YARG.Core
###########################
# Build #
###########################
Expand Down

0 comments on commit 5197d42

Please sign in to comment.