Changeset 12ed912 in mod_gnutls
- Timestamp:
- Nov 28, 2020, 4:08:31 PM (2 years ago)
- Branches:
- master
- Children:
- 9231a4d
- Parents:
- 65e66c9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
r65e66c9 r12ed912 79 79 run: ./configure APACHE_MUTEX=pthread 80 80 - name: make and create compile_commands.json 81 run: bear make -j481 run: bear -- make -j4 82 82 - name: cppcheck 83 83 run: | -
.gitpod.yml
r65e66c9 r12ed912 5 5 autoreconf -fiv 6 6 APACHE_MUTEX=pthread ./configure 7 bear make -j4 7 bear make -j4 || bear -- make -j4 8 8 prebuild: make check -j4
Note: See TracChangeset
for help on using the changeset viewer.