enable testing

This commit is contained in:
2025-07-31 10:13:18 -05:00
parent 2ac0f8fc52
commit 54376ae84a

View File

@@ -6,7 +6,7 @@ pipeline {
environment {
DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv"
DEVELOPER_PUBLIC_KEY = "/.ci/repertory/cert/developer.pub"
PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test_config"
PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test"
}
options {
@@ -48,6 +48,14 @@ pipeline {
}
}
stage('linux_x86_64_test') {
agent any
steps {
sh 'scripts/test.sh'
}
}
stage('deliver') {
agent any