Skip to content

Commit

Permalink
Go back to mostly what we used to have
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Oct 23, 2023
1 parent c8ec4fb commit 3cb934a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
path: ${{ github.workspace }}/SourceCache/firebase-cpp-sdk
ref: refs/heads/compnerd/swift
repository: thebrowsercompany/firebase-cpp-sdk

Expand All @@ -35,23 +36,26 @@ jobs:
python-version: 3.7
architecture: 'x64'

- name: Install Desktop SDK prerequisites
uses: nick-invision/retry@v2
with:
timeout_minutes: 15
max_attempts: 3
command: |
python scripts/gha/install_prereqs_desktop.py --gha_build --arch ${{ matrix.platform }}
- name: Install absl-py
run: pip install absl-py

# - name: Install Desktop SDK prerequisites
# uses: nick-invision/retry@v2
# with:
# timeout_minutes: 15
# max_attempts: 3
# command: |
# python scripts/gha/install_prereqs_desktop.py --gha_build --arch ${{ matrix.platform }}

- name: Configure firebase
run:
cmake -B ${{ github.workspace }}\\BinaryCache\\firebase `
cmake -B ${{ github.workspace }}/BinaryCache/firebase `
-D BUILD_SHARED_LIBS=NO `
-D CMAKE_BUILD_TYPE=Release `
-D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/BuildRoot/Library/firebase/usr `
-G "Visual Studio 17 2022" `
-A ${{ matrix.platform }} `
-S ${{ github.workspace }} `
-S ${{ github.workspace }}/SourceCache/firebase-cpp-sdk `
-D FIREBASE_CPP_BUILD_PACKAGE=YES `
-D FIREBASE_GITHUB_ACTION_BUILD=YES `
-D FIREBASE_INCLUDE_LIBRARY_DEFAULT=OFF `
Expand Down

0 comments on commit 3cb934a

Please sign in to comment.