aboutsummarylogtreecommitdiffstats
path: root/.build.yml
blob: 3d118dbff79f99f033bbd96568e79377463bcc6e (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
image: archlinux
packages:
  - openvpn
  - python
  - dialog
  - python-pythondialog
  - python-setuptools
  - python-docopt
  - python-requests
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.tk>