aboutsummarylogtreecommitdiffstats
path: root/.build.yml
blob: 9e805985b0add4152e058cb2011c115188c1f616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
image: archlinux
packages:
  - openvpn
  - python
  - dialog
  - python-pythondialog
  - python-setuptools
  - python-docopt
  - python-requests
  - python-jinja
  - python-distro
tasks:
  - build: |
      cd protonvpn-cli-ng
      ls
      makepkg --install --noconfirm
  - check: |
      echo "Checking bin"
      ls /usr/bin/proton*
      cat /usr/bin/protonvpn
      echo "Running the script to determine version and see help menu."
      protonvpn -v
      protonvpn -h
      echo "Checking for license"
      ls /usr/share/licenses/proton*
      cat /usr/share/licenses/protonvpn-cli-ng/LICENSE
      echo "That's all! Ready for lift-off."
triggers:
  - action: email
    condition: always
    to: Nate Ijams <nate@ijams.me>