Skip to content

Commit

Permalink
Fixed debuild typo and built binaries only
Browse files Browse the repository at this point in the history
  • Loading branch information
ep-tpstevens committed Oct 4, 2024
1 parent d0a6dd0 commit 8595a89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ pipeline {
}
steps {
runShellCommand('uname -a && mkdir -p ./build.debian/linux_amd64/')
runShellCommand('DEB_BUILD_OPTIONS="nocheck notest" debuild -us -uc =Plinux-amd64-jammy')
runShellCommand('mv ../nnstreamer*.deb ../nnstreamer*.ddeb ../nnstreamer*.dsc ../nnstreamer*.gz ../nnstreamer*.build ../nnstreamer*.buildinfo ../nnstreamer*.changes ./build.debian/linux_amd64/ && ls -la ./build.debian/linux_amd64/')
runShellCommand('DEB_BUILD_OPTIONS="nocheck notest" debuild -b -us -uc -Plinux-amd64-jammy')
runShellCommand('mv ../nnstreamer*.deb ../nnstreamer*.ddeb ./build.debian/linux_amd64/ && ls -la ./build.debian/linux_amd64/')
}
}
stage('Debian publish') {
Expand Down Expand Up @@ -143,8 +143,8 @@ pipeline {
}
steps {
runShellCommand('uname -a && mkdir -p ./build.debian/linux_aarch64/')
runShellCommand('DEB_BUILD_OPTIONS="nocheck notest" debuild -us -uc =Plinux-aarch64-jammy')
runShellCommand('mv ../nnstreamer*.deb ../nnstreamer*.ddeb ../nnstreamer*.dsc ../nnstreamer*.gz ../nnstreamer*.build ../nnstreamer*.buildinfo ../nnstreamer*.changes ./build.debian/linux_aarch64/ && ls -la ./build.debian/linux_aarch64/')
runShellCommand('DEB_BUILD_OPTIONS="nocheck notest" debuild -b -us -uc -Plinux-aarch64-jammy')
runShellCommand('mv ../nnstreamer*.deb ../nnstreamer*.ddeb ./build.debian/linux_aarch64/ && ls -la ./build.debian/linux_aarch64/')
}
}
stage('Debian publish') {
Expand Down

0 comments on commit 8595a89

Please sign in to comment.