Changeset 4f81704 in mod_gnutls for .github/workflows
- Timestamp:
- Jan 29, 2020, 8:42:45 AM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- c756f08
- Parents:
- 732cdb11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
r732cdb11 r4f81704 35 35 - name: set mutex 36 36 run: | 37 echo "Mutex semdefault" >test/apache-conf/github_mutex.conf37 echo "Mutex pthread default" >test/apache-conf/github_mutex.conf 38 38 - name: make check 39 39 run: VERBOSE=1 make check … … 77 77 - name: set mutex 78 78 run: | 79 echo "Mutex semdefault" >test/apache-conf/github_mutex.conf79 echo "Mutex pthread default" >test/apache-conf/github_mutex.conf 80 80 - name: make check 81 81 run: VERBOSE=1 make check
Note: See TracChangeset
for help on using the changeset viewer.