Update Jenkinsfile

This commit is contained in:
notyourav 2021-03-15 02:26:42 -07:00 committed by GitHub
parent 5c773740f6
commit 1dd4abd3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
cd ./agbcc
sh build.sh
sh install.sh ../tmc
cd ../tmc
sh 'make -j setup'
}
}