Skip to content
Snippets Groups Projects

ci: add basic integration test for pmb

Merged Clayton Craft requested to merge craftyguy/ci_integration_test into master
All threads resolved!
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -23,7 +23,8 @@ integration:
before_script:
- *global_before_scripts
- apk upgrade -U
- apk add python3 git openssl
- apk add python3 git openssl doas
- echo "permit nopass build" > /etc/doas.d/ci-user.conf
script:
- ".ci/integration.sh"
after_script:
Loading