File: python.yml

package info (click to toggle)
torbrowser-launcher 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 955; sh: 80; xml: 62; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Python

on:
  push:
    branches: [ develop ]
  pull_request:
    branches: [ develop ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Install system dependencies
      run: sudo apt-get install gettext python3 libgpgme-dev
    - name: Install torbrowser-launcher
      run: sudo pip3 install .
    - name: Test torbrowser-launcher install
      run: torbrowser-launcher -h