From 1dd4abd3ed1ad1aab3c17dca8d9510f36413e811 Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:26:42 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 17e7bec6..8acebc12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { cd ./agbcc sh build.sh sh install.sh ../tmc + cd ../tmc sh 'make -j setup' } }