We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c295dd commit a0a9c15Copy full SHA for a0a9c15
Jenkinsfile
@@ -0,0 +1,10 @@
1
+pipeline {
2
+ agent any
3
+ stages {
4
+ stage ('Tests') {
5
+ steps {
6
+ sh 'nix run nixpkgs#bash runtest.sh'
7
+ }
8
9
10
+}
0 commit comments