mirror of https://github.com/zeldaret/tmc.git
Update Jenkinsfile
This commit is contained in:
parent
5c773740f6
commit
1dd4abd3ed
|
@ -11,6 +11,7 @@ pipeline {
|
||||||
cd ./agbcc
|
cd ./agbcc
|
||||||
sh build.sh
|
sh build.sh
|
||||||
sh install.sh ../tmc
|
sh install.sh ../tmc
|
||||||
|
cd ../tmc
|
||||||
sh 'make -j setup'
|
sh 'make -j setup'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue