mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 08:24:39 -07:00
remove some debug again
This commit is contained in:
parent
91dd255801
commit
aaeaa0b89e
2 changed files with 0 additions and 37 deletions
|
|
@ -261,27 +261,6 @@ if [[ $USE_CCACHE == "1" ]]; then
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $RUNNER_OS == Windows ]]; then
|
|
||||||
echo "::group::Debug tools"
|
|
||||||
echo "where ccache"
|
|
||||||
where ccache
|
|
||||||
ccache --version
|
|
||||||
echo "where ninja"
|
|
||||||
where ninja
|
|
||||||
ninja --version
|
|
||||||
echo "NUMBER_OF_PROCESSORS=$NUMBER_OF_PROCESSORS"
|
|
||||||
echo "where cl"
|
|
||||||
where cl
|
|
||||||
cl
|
|
||||||
echo "where link"
|
|
||||||
where link
|
|
||||||
link --version || link
|
|
||||||
echo "where rc"
|
|
||||||
where rc
|
|
||||||
rc
|
|
||||||
echo "::endgroup::"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "::group::Configure cmake"
|
echo "::group::Configure cmake"
|
||||||
cmake --version
|
cmake --version
|
||||||
echo "Running cmake with flags: ${flags[*]}"
|
echo "Running cmake with flags: ${flags[*]}"
|
||||||
|
|
|
||||||
16
.github/workflows/desktop-build.yml
vendored
16
.github/workflows/desktop-build.yml
vendored
|
|
@ -425,22 +425,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: "[Windows] Debug PATH (bash)"
|
|
||||||
if: matrix.os == 'Windows'
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
where ninja
|
|
||||||
where cl
|
|
||||||
where link
|
|
||||||
|
|
||||||
- name: "[Windows] Debug PATH (cmd)"
|
|
||||||
if: matrix.os == 'Windows'
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
where ninja
|
|
||||||
where cl
|
|
||||||
where link
|
|
||||||
|
|
||||||
# Uses environment variables, see compile.sh for more details
|
# Uses environment variables, see compile.sh for more details
|
||||||
- name: "Build Cockatrice"
|
- name: "Build Cockatrice"
|
||||||
id: build
|
id: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue