Commit graph

13 commits

Author SHA1 Message Date
4s3ti
9485852c2c
ci: use correct repo and branch
fix tests to actually test the correct repository and branch
2022-08-25 01:33:09 +02:00
4s3ti
5d0cc9e072 feat(ossupport): Jammy Support & CI Updates
Add support for Ubuntu Jammy (22.04)
Add CI tests for Ubuntu Jammy
Remove CI tests for Ubuntu Xenial
Rename CI tests stages
Add new CI Scripts to get pipeline code more "DRY"
Update CI Scripts to exit on error with /bin/bash -e
Add semantic-release settings
Add CI Release step for PiVPN automated versioning
2022-08-17 22:11:48 +02:00
Giulio Coa
97eda159fd refactor(travis ci): add files to lint and style stages
Add the scripts into the ciscripts/ directory to the lint and the style stages
2022-08-06 05:35:30 +02:00
Giulio Coa
6d6ab86fd2 fix(tarvis ci): fix a bug
Fix a code style bug into the style stage
2022-08-06 05:15:28 +02:00
Giulio Coa
699f72712d fix(travis ci): fix an error
Fix an error when the find command is used
2022-08-05 22:39:33 +02:00
Giulio Coa
3a2466df31 ci(travis): add style stage and move dependency
Add a stage that do a style check and move shellcheck dependency to the stage where is used
2022-08-05 08:45:01 +02:00
DerDanilo
c47e0331dd update travis config to releases and arch type 2022-03-09 20:13:11 +01:00
4s3ti
e2e8f4d4db CI Job no longer tolerates failure
Failures are no longer allowed on Lint/shellcheck stage.
2021-11-03 18:22:29 +01:00
4s3ti
b4e9831da3 Pipe find to xargs
shellchek job not exiting with propper error code due to find -exec exit
code be always 0.
Piping find to xargs instead to get propper exit codes from shellcheck
2021-11-03 01:41:18 +01:00
Dundar Göc
aab8bc2563 Fixed wrong path to script in the travis file. 2021-02-13 23:52:27 +01:00
4s3ti
d67095f3ef CI/CD Fine tuning
Moved xenial script tests to After_script
Find script files instead of hardcoded scripts
2021-02-06 22:46:08 +01:00
4s3ti
bccaa1bbee Fix for #1234 & CI/CD Fine-tunning
Changed Exit code from 1 to 0
Added some more checks
Changed order some checks are done
2021-01-28 01:33:03 +01:00
Carlos Colaço
26c0cf50cf First automated testing implementation
Added some builds on travis ci,
Runs linting on All scripts
installs OpenVPN and Wireguard on all supported ubuntu versions
Checks if VPN is running after installed
runs pivpn scripts
2021-01-26 16:34:06 +01:00