All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
10 lines
161 B
Groovy
10 lines
161 B
Groovy
pipeline {
|
|
agent any
|
|
stages {
|
|
stage('Build Project') {
|
|
steps {
|
|
build "Frida-android-binaries"
|
|
}
|
|
}
|
|
}
|
|
} |