ci: Add native dependencies

This commit is contained in:
Markus Frosch 2020-04-17 18:15:46 +02:00 committed by GitHub
parent 11c5a7e4e2
commit 57f2607554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -26,11 +26,14 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install native dependencies
run: sudo apt-get install -y --no-install-recommends gobject-introspection gir1.2-keybinder-3.0 gettext intltool libdbus-glib-1-dev libgirepository1.0-dev libcairo-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Compile all scripts
run: python -m compileall -f terminatorlib/ tests/ remotinator terminator