summaryrefslogtreecommitdiffstats
path: root/.jenkins.groovy
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-03-02 22:10:47 -0700
committerGitHub <noreply@github.com>2020-03-02 22:10:47 -0700
commitd53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa (patch)
treeb01ea6b8ce19d902ec596e920e7c52d612e1efd2 /.jenkins.groovy
parent32e336155340a4c975808cf9c6a4a9f963983499 (diff)
downloadbcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.tar.gz
bcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.zip
release: Add support for generating a release package. (#54)
Diffstat (limited to '.jenkins.groovy')
-rw-r--r--.jenkins.groovy8
1 files changed, 1 insertions, 7 deletions
diff --git a/.jenkins.groovy b/.jenkins.groovy
index 482eb1b..76e8da0 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -79,13 +79,7 @@ def build(nodeName)
stage('build')
{
- sh '''#!/bin/bash
- rm -rf build
- mkdir build
- cd build
- cmake .. -G Ninja
- cmake --build .
- '''
+ sh './build.sh'
// archiveArtifacts 'release'
}
OpenPOWER on IntegriCloud