mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 10:15:10 +00:00
Adding the ncurses to the CI
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user