Changeset 1a6eeae in mod_gnutls for .github/workflows
- Timestamp:
- Feb 1, 2020, 12:33:12 PM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- bfef00c
- Parents:
- 2794787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
r2794787 r1a6eeae 36 36 run: autoreconf -fiv 37 37 - name: configure 38 run: TEST_IP=127.0.0.1 ./configure38 run: TEST_IP=127.0.0.1 APACHE_MUTEX=pthread ./configure 39 39 - name: store config.log 40 40 uses: actions/upload-artifact@v1 … … 45 45 - name: make 46 46 run: make 47 - name: set mutex48 run: |49 echo "Mutex pthread default" >test/apache-conf/github_mutex.conf50 47 - name: make check 51 48 run: VERBOSE=1 make check
Note: See TracChangeset
for help on using the changeset viewer.