Changeset 40e845b in mod_gnutls for .github/workflows/analysis.yaml
- Timestamp:
- Feb 13, 2021, 7:19:16 AM (17 months ago)
- Branches:
- master
- Children:
- 461fd38
- Parents:
- bc8970b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
rbc8970b r40e845b 26 26 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 with:29 fetch-depth: 230 # For pull requests get the head of the branch, instead of a31 # temporary merge32 - run: git checkout HEAD^233 if: ${{ github.event_name == 'pull_request' }}34 28 - name: find usable IPs for tests 35 29 run: | … … 70 64 apt-get -y install git python3-yaml apache2-bin apache2-dev gnutls-bin libapr1-dev libgnutls28-dev libmsv-dev pkg-config procps bear cppcheck 71 65 - uses: actions/checkout@v2 72 with:73 fetch-depth: 274 - run: git checkout HEAD^275 if: ${{ github.event_name == 'pull_request' }}76 66 - name: autoreconf 77 67 run: autoreconf -fiv … … 102 92 steps: 103 93 - uses: actions/checkout@v2 104 with:105 fetch-depth: 2106 - run: git checkout HEAD^2107 if: ${{ github.event_name == 'pull_request' }}108 94 - name: install dependencies 109 95 run: |
Note: See TracChangeset
for help on using the changeset viewer.