remove debug messages

This commit is contained in:
otavepto 2024-05-31 15:12:28 +03:00
parent 2c0a28c8ea
commit d6495a8831
2 changed files with 1 additions and 19 deletions

View File

@ -78,15 +78,6 @@ jobs:
working-directory: ${{ github.workspace }}
run: sudo chmod -R 777 "${{ github.workspace }}"
### debug print dirs
- name: Debug print dirs
shell: bash
working-directory: ${{ github.workspace }}
run: |
ls -la ./build/deps/linux/*
ls -la ./build/deps/linux/gmake2/protobuf/install32/bin/*
ls -la ./build/deps/linux/gmake2/protobuf/install64/bin/*
### generate project files
- name: Generate project files
shell: bash

View File

@ -85,15 +85,6 @@ jobs:
ref: 'third-party/build/win'
path: "${{env.THIRD_PARTY_BASE_DIR}}/build/win"
### debug print dirs
- name: Debug print dirs
shell: cmd
working-directory: ${{ github.workspace }}
run: |
dir /b /a build\deps\win\vs2022\*
dir /b /a build\deps\win\vs2022\protobuf\install32\bin\*
dir /b /a build\deps\win\vs2022\protobuf\install64\bin\*
### generate project files
- name: Generate project files
shell: cmd
@ -106,7 +97,7 @@ jobs:
shell: cmd
working-directory: ${{ github.workspace }}/build/project/vs2022/win
run: |
msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:n /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} GBE.sln
msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:n /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} gbe.sln
### upload artifact/package to github Actions (for targets)
- name: Upload build package (for targets)