Skip to content

Commit 03a47b1

Browse files
author
Chad Smith
authored
install gdb before running tests (#45)
1 parent 449080a commit 03a47b1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install nox
30+
- name: Install gdb ubuntu
31+
run: |
32+
sudo apt-get install gdb
3033
- name: Execute Tests
3134
run: |
3235
nox --non-interactive --session tests-${{ matrix.python-version }}

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ pygdbmi - Get Structured Output from GDB's Machine Interface
33
</h1>
44

55
<p align="center">
6-
<a href="https://travis-ci.org/cs01/pygdbmi">
7-
<img src="https://travis-ci.org/cs01/pygdbmi.svg?branch=master" />
8-
</a>
96

10-
<a href="https://badge.fury.io/py/pygdbmi"><img src="https://badge.fury.io/py/pygdbmi.svg" alt="PyPI version" height="18"></a>
7+
<a href="https://github.com/cs01/pygdbmi/actions">
8+
<img src="https://github.com/cs01/pygdbmi/workflows/Tests/badge.svg?branch=master" alt="Test status" /></a>
9+
10+
<a href="https://badge.fury.io/py/pygdbmi">
11+
<img src="https://badge.fury.io/py/pygdbmi.svg" alt="PyPI version"/></a>
1112

1213
</p>
1314

0 commit comments

Comments
 (0)