File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
python -m pip install --upgrade pip
29
29
pip install nox
30
+ - name : Install gdb ubuntu
31
+ run : |
32
+ sudo apt-get install gdb
30
33
- name : Execute Tests
31
34
run : |
32
35
nox --non-interactive --session tests-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ pygdbmi - Get Structured Output from GDB's Machine Interface
3
3
</h1 >
4
4
5
5
<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 >
9
6
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 >
11
12
12
13
</p >
13
14
You can’t perform that action at this time.
0 commit comments