Changeset 07fc5d3 in mod_gnutls
- Timestamp:
- Jan 25, 2020, 9:15:32 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- f4f837a
- Parents:
- c33b0ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
rc33b0ea r07fc5d3 19 19 - name: configure 20 20 run: TEST_IP=127.0.0.1 ./configure 21 - name: store config.log 22 uses: actions/upload-artifact@v1 23 if: failure() 24 with: 25 name: buster-config-log 26 path: config.log 21 27 - name: make 22 28 run: make … … 26 32 - name: make check 27 33 run: VERBOSE=1 make check 28 - uses: actions/upload-artifact@v1 34 - name: store Apache logs 35 uses: actions/upload-artifact@v1 29 36 if: failure() || cancelled() 30 37 with: 31 name: apache-logs38 name: buster-apache-logs 32 39 path: test/logs/ 33 - uses: actions/upload-artifact@v1 40 - name: store test log if cancelled 41 uses: actions/upload-artifact@v1 34 42 if: cancelled() 35 43 with: 36 name: test-logs44 name: buster-test-log 37 45 path: test/test-00_basic.log 38 46 fedora-31: … … 57 65 if: failure() 58 66 with: 59 name: config-log67 name: fedora-config-log 60 68 path: config.log 61 69 - name: make … … 77 85 if: failure() || cancelled() 78 86 with: 79 name: apache-logs87 name: fedora-apache-logs 80 88 path: test/logs/ 81 89 - name: store test log if cancelled … … 83 91 if: cancelled() 84 92 with: 85 name: test-logs93 name: fedora-test-log 86 94 path: test/test-00_basic.log
Note: See TracChangeset
for help on using the changeset viewer.