Skip to content

Commit

Permalink
Remove CEF build task (its going to be overhauled)
Browse files Browse the repository at this point in the history
Switch to Unity license
  • Loading branch information
Voltstro committed Jul 3, 2024
1 parent 5c72038 commit 58d456b
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: 'UnityWebBrowserSource/src/UnityWebBrowser.UnityProject/'
targetPlatform: StandaloneLinux64
Expand Down Expand Up @@ -76,46 +76,3 @@ jobs:
with:
name: UWB-Core
path: ~/UWBStaging/*.tgz

#Builds the CEF Engine
build-engine-cef:
name: 'Build-Engine-Cef'
runs-on: ubuntu-22.04
steps:

#Checkout
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
path: 'UnityWebBrowserSource/'

#Setup the Environment
- uses: actions/setup-dotnet@v2
name: Setup .NET
with:
dotnet-version: '8.0.x'

#Download CEF (Linux)
- name: Download CEF (Linux)
shell: pwsh
run: '& ./download-cef-linux.ps1'
working-directory: UnityWebBrowserSource/src/DevScripts/

#Download CEF (Windows)
- name: Download CEF (Windows)
shell: pwsh
run: '& ./download-cef-windows.ps1'
working-directory: UnityWebBrowserSource/src/DevScripts/

#Build CEF Engine (Linux)
- name: Build CEF Engine (Linux)
shell: pwsh
run: '& ./publish-cef-engine-linux.ps1'
working-directory: UnityWebBrowserSource/src/DevScripts/

#Build CEF Engine (Linux)
- name: Build CEF Engine (Windows)
shell: pwsh
run: '& ./publish-cef-engine-windows.ps1'
working-directory: UnityWebBrowserSource/src/DevScripts/

0 comments on commit 58d456b

Please sign in to comment.