update travis config to releases and arch type

This commit is contained in:
DerDanilo 2022-03-09 20:13:11 +01:00
parent 619ce02474
commit c47e0331dd

View file

@ -23,7 +23,9 @@ jobs:
include: include:
- stage: lint - stage: lint
name: "Shellcheck lint" name: "Shellcheck lint"
dist: linux dist: focal
virt: vm
arch: amd64
script: script:
- shellcheck auto_install/install.sh - shellcheck auto_install/install.sh
- find scripts/ -type f | xargs shellcheck - find scripts/ -type f | xargs shellcheck
@ -31,9 +33,12 @@ jobs:
- stage: test - stage: test
name: "OpenVPN Xenial & Commands" name: "OpenVPN Xenial & Commands"
dist: xenial dist: xenial
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -o - ./ciscripts/startup.sh -o
script: script:
@ -54,9 +59,12 @@ jobs:
- stage: test - stage: test
name: "Wireguard Xenial & Commands" name: "Wireguard Xenial & Commands"
dist: xenial dist: xenial
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -w - ./ciscripts/startup.sh -w
script: script:
@ -76,9 +84,12 @@ jobs:
- stage: test - stage: test
name: "OpenVPN Bionic & Commands" name: "OpenVPN Bionic & Commands"
dist: bionic dist: bionic
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -o - ./ciscripts/startup.sh -o
script: script:
@ -98,9 +109,12 @@ jobs:
- stage: test - stage: test
name: "Wireguard Bionic & Commands" name: "Wireguard Bionic & Commands"
dist: bionic dist: bionic
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo apt update -y - sudo apt update -y
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -w - ./ciscripts/startup.sh -w
@ -120,9 +134,12 @@ jobs:
- stage: test - stage: test
name: "OpenVPN Focal & Commands" name: "OpenVPN Focal & Commands"
dist: focal dist: focal
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -o - ./ciscripts/startup.sh -o
script: script:
@ -142,9 +159,12 @@ jobs:
- stage: test - stage: test
name: "Wireguard Focal & Commands" name: "Wireguard Focal & Commands"
dist: focal dist: focal
virt: vm
arch: amd64
before_script: before_script:
- cat /etc/os-release - cat /etc/os-release
- uname -a - uname -a
- ip a
- sudo chmod +x ciscripts/startup.sh - sudo chmod +x ciscripts/startup.sh
- ./ciscripts/startup.sh -w - ./ciscripts/startup.sh -w
script: script: