ci(tests) add dependency on GNU parallel (#2510)
lv_binding_micropython added a dependency on GNU parallel[1] to allow the tests to be run in parallel. [1] https://www.gnu.org/software/parallel/
This commit is contained in:
4
.github/workflows/build_micropython.yml
vendored
4
.github/workflows/build_micropython.yml
vendored
@@ -12,11 +12,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install SDL
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
|
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
|
||||||
sudo apt-get update -y -qq
|
sudo apt-get update -y -qq
|
||||||
sudo apt-get install libsdl2-dev
|
sudo apt-get install libsdl2-dev parallel
|
||||||
- name: Clone lv_micropython
|
- name: Clone lv_micropython
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/lvgl/lv_micropython.git .
|
git clone https://github.com/lvgl/lv_micropython.git .
|
||||||
|
|||||||
Reference in New Issue
Block a user