mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
remove debug messages
This commit is contained in:
parent
2c0a28c8ea
commit
d6495a8831
9
.github/workflows/emu-build-all-linux.yml
vendored
9
.github/workflows/emu-build-all-linux.yml
vendored
@ -78,15 +78,6 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: sudo chmod -R 777 "${{ 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
|
### generate project files
|
||||||
- name: Generate project files
|
- name: Generate project files
|
||||||
shell: bash
|
shell: bash
|
||||||
|
11
.github/workflows/emu-build-all-win.yml
vendored
11
.github/workflows/emu-build-all-win.yml
vendored
@ -85,15 +85,6 @@ jobs:
|
|||||||
ref: 'third-party/build/win'
|
ref: 'third-party/build/win'
|
||||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/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
|
### generate project files
|
||||||
- name: Generate project files
|
- name: Generate project files
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@ -106,7 +97,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}/build/project/vs2022/win
|
working-directory: ${{ github.workspace }}/build/project/vs2022/win
|
||||||
run: |
|
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)
|
### upload artifact/package to github Actions (for targets)
|
||||||
- name: Upload build package (for targets)
|
- name: Upload build package (for targets)
|
||||||
|
Loading…
Reference in New Issue
Block a user