Adding the ncurses to the CI

This commit is contained in:
Anonymus Raccoon
2020-05-07 15:41:50 +02:00
parent f0f5519db0
commit 0896264c71
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -8,5 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install the ncurses
run: sudo apt-get install --yes libncurses5-dev libncursesw5-dev
- name: Build with Makefile
run: make fclean && make clean && make re && make
+2
View File
@@ -8,5 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install the ncurses
run: sudo apt-get install --yes libncurses5-dev libncursesw5-dev
- name: Build with Makefile & Execute tests
run: make func
+2
View File
@@ -12,6 +12,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install the ncurses
run: sudo apt-get install --yes libncurses5-dev libncursesw5-dev
- name: Install Criterion
run: sudo add-apt-repository ppa:snaipewastaken/ppa &&
sudo apt-get update &&