Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 7864197 commit 126ae74
Showing 2 changed files with 14 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .github/ProjectRoot/build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash


set -euxo pipefail

apt-get -y update
apt-get -y install dotnet7
dotnet tool update -g docfx
ls -l /root/.dotnet/tools
(cd /; dotnet tool update -g docfx)
ls -l /root/.dotnet/tools
ls -l .
19 changes: 10 additions & 9 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
@@ -67,6 +67,16 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: Library-

- uses: game-ci/unity-builder@v3
id: docgen
with:
targetPlatform: StandaloneWindows
buildMethod: DocsBuilder.BuildDocs
allowDirtyBuild: true
env:
# meh, just a personal license...
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

- uses: game-ci/unity-test-runner@v3
id: gameci
env:
@@ -79,15 +89,6 @@ jobs:
customParameters: -nographics -assemblyNames Tests
targetPlatform: StandaloneWindows

- uses: game-ci/unity-builder@v3
id: docgen
with:
targetPlatform: StandaloneWindows
buildMethod: DocsBuilder.BuildDocs
allowDirtyBuild: true
env:
# meh, just a personal license...
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

- uses: actions/upload-artifact@v3
if: always()

0 comments on commit 126ae74

Please sign in to comment.