Skip to content

Commit

Permalink
Enable lmax=7 library and better release names
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed May 29, 2019
1 parent 41c996f commit 1417965
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ pipeline {
}
}
}
stage("lmax-7"){
steps {
script {
configure_libint(7)
}
}
}
}
}
}
Expand Down Expand Up @@ -64,7 +71,7 @@ def configure_libint(lmax) {
}

def upload_tarballs(tarballs) {
def release_name = "libint_${TAG_NAME}_cp2k"
def release_name = "Libint ${TAG_NAME} CP2K"

withCredentials([usernamePassword(credentialsId: 'cp2k-libint_github', passwordVariable: 'GITHUB_TOKEN', usernameVariable: 'GITHUB_USER')]) {
withEnv(["RELEASE_NAME=${release_name}"]) {
Expand Down

0 comments on commit 1417965

Please sign in to comment.