aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 000000000000..f274dfb5040e
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,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!"
+triggers:
+ - action: email
+ condition: always
+ to: Nate Ijams <nate@ijams.tk>