Changeset bc8970b in mod_gnutls
- Timestamp:
- Feb 12, 2021, 4:33:41 PM (17 months ago)
- Branches:
- master
- Children:
- 40e845b
- Parents:
- 0e22cba
- git-author:
- Fiona Klute <fiona.klute@…> (02/12/21 16:30:21)
- git-committer:
- Fiona Klute <fiona.klute@…> (02/12/21 16:33:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
r0e22cba rbc8970b 24 24 export DEBIAN_FRONTEND=noninteractive 25 25 apt-get update 26 apt-get -y install git python3-yaml apache2-bin apache2-dev gnutls-bin libapr1-dev libgnutls28-dev pkg-config procps clang -10 clang-tools-10libmsv-dev26 apt-get -y install git python3-yaml apache2-bin apache2-dev gnutls-bin libapr1-dev libgnutls28-dev pkg-config procps clang clang-tools libmsv-dev 27 27 - uses: actions/checkout@v2 28 28 with: … … 38 38 run: autoreconf -fiv 39 39 - name: configure 40 run: scan-build -10 --use-cc=clang-10./configure --enable-msva TEST_IP="${test_ips}" APACHE_MUTEX=pthread40 run: scan-build --use-cc=clang ./configure --enable-msva TEST_IP="${test_ips}" APACHE_MUTEX=pthread 41 41 - name: store config.log 42 42 uses: actions/upload-artifact@v2 … … 46 46 path: config.log 47 47 - name: make 48 run: scan-build -10 -sarif -o sarif-output --use-cc=clang-10make48 run: scan-build -sarif -o sarif-output --use-cc=clang make 49 49 - name: find output directory 50 50 run: |
Note: See TracChangeset
for help on using the changeset viewer.