Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 12, 2023
1 parent 08f3aa3 commit 331fddd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,21 @@ jobs:
working-directory: ${{ github.workspace }}/build_windows_${{ matrix.arch }}
shell: cmd
run: |
echo 'ALEX' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_1.lib
echo 'TEST' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_1.lib
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\${{ matrix.Configuration }}\
echo 'ALEX' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\${{ matrix.configuration }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_2.lib
echo 'TEST' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\${{ matrix.configuration }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_2.lib
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\
mkdir -p ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\${{ matrix.Configuration }}\
echo 'TEST' > ${{ github.workspace }}\build_windows_${{ matrix.arch }}\third_party\${{ matrix.configuration }}\test_${{ matrix.arch }}_${{ matrix.configuration }}_3.lib
rem msbuild.exe -maxcpucount /t:Build /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ env.PLATFORM }} /fl /flp:logfile=build-${{ matrix.arch }}.${{ matrix.configuration }}.log;verbosity=diagnostic grpc.sln
- name: Upload artifacts for gRPC ${{ matrix.arch }} bit ( ${{ matrix.configuration }} )
uses: actions/upload-artifact@v3
with:
name: build_${{ matrix.arch }}_${{ matrix.configuration }}
retention-days: 1
path: |
${{ github.workspace }}\build_windows_${{ matrix.arch }}\**\*.lib
Expand Down

0 comments on commit 331fddd

Please sign in to comment.