mirror of
https://github.com/curl/curl.git
synced 2026-06-14 16:45:39 +03:00
drop debug
This commit is contained in:
parent
4d66c80d5a
commit
4d0cf92ad5
1 changed files with 0 additions and 36 deletions
36
.github/workflows/codeql.yml
vendored
36
.github/workflows/codeql.yml
vendored
|
|
@ -88,43 +88,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
run: |
|
||||
cmake -B . -G Ninja
|
||||
cmake --build .
|
||||
src/curl -V
|
||||
|
||||
- name: 'perform analysis'
|
||||
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
|
||||
|
||||
c-debug:
|
||||
name: 'C debug and some tests'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
security-events: write
|
||||
steps:
|
||||
- name: 'install prereqs'
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install libpsl-dev libbrotli-dev libidn2-dev libssh2-1-dev libnghttp2-dev libldap-dev
|
||||
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: 'initialize'
|
||||
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
|
||||
with:
|
||||
languages: cpp
|
||||
build-mode: manual
|
||||
|
||||
- name: 'build'
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cmake -B . -G Ninja -DENABLE_DEBUG=ON
|
||||
cmake --build . --verbose
|
||||
cmake --build . --verbose --target servers
|
||||
cmake --build . --verbose --target tunits
|
||||
src/curl -V
|
||||
|
||||
- name: 'perform analysis'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue