Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedukow committed Jan 19, 2024
1 parent a313aed commit 6eab2b6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/bcny-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
matrix:
include:
- arch: 'amd64'
platform: 'x64'
- arch: 'arm64'
platform: 'arm64'

steps:
- name: Checkout the latest code
uses: actions/[email protected]
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
fetch-depth: 0
- uses: actions/checkout@v4

- uses: compnerd/gha-setup-vsdevenv@main
with:
Expand All @@ -38,15 +36,15 @@ jobs:

- name: Build StaticRelease
run:
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=StaticRelease /p:Platform=${{ matrix.arch }}
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=StaticRelease /p:Platform=${{ matrix.platform }}

- name: Build DynRelease
run:
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=DynRelease /p:Platform=${{ matrix.arch }}
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=DynRelease /p:Platform=${{ matrix.platform }}

- name: Build LtcgRelease
run:
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=LtcgRelease /p:Platform=${{ matrix.arch }}
msbuild .\builds\msvc\vs2022\libsodium.sln /p:Configuration=LtcgRelease /p:Platform=${{ matrix.platform }}

# - name: Package firebase-cpp-sdk
# run: |
Expand Down

0 comments on commit 6eab2b6

Please sign in to comment.