- Timestamp:
- 2021-03-29T10:25:12Z (4 years ago)
- Children:
- 7b1fd83
- Parents:
- c839d2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci.yml
rc839d2e rc6c05ad 32 32 make 33 33 sudo make install 34 (BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) &35 34 touch ./debuglog 35 36 36 - name: jabber test 37 37 run: | 38 sudo ./.tests/setup.sh 38 ./.tests/setup_prosody.sh 39 ./.tests/setup_bitlbee.sh 40 39 41 python3 ./.tests/test1.py 40 killall bitlbee41 42 42 - name: debug output 43 if: ${{ always() }} 44 run: | 45 less ./debuglog 46 if cat ./debuglog | grep -i -q error; then exit 1; fi 43 ./.tests/cleanup_bitlbee.sh 44 ./.tests/cleanup_prosody.sh 47 45 48 46 - name: code coverage
Note: See TracChangeset
for help on using the changeset viewer.