Skip to content

Commit d71ae5e

Browse files
committed
[AVR][No Upstream] Add Jenkinsfile
1 parent 3267ae8 commit d71ae5e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Jenkinsfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
node('master') {
2+
stage('Checkout') {
3+
checkout scm
4+
sh 'git submodule update --init --recursive'
5+
}
6+
7+
stage('Build') {
8+
dir('build') {
9+
sh '../x.py build'
10+
}
11+
}
12+
}
13+
14+

0 commit comments

Comments
 (0)