ci: update my make job
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: I27b914c7208a2f7097b815942f9dd78a03f23d92
diff --git a/cjkay-tf-a-make/Jenkinsfile b/cjkay-tf-a-make/Jenkinsfile
index 7cc80b3..b3fe2f1 100644
--- a/cjkay-tf-a-make/Jenkinsfile
+++ b/cjkay-tf-a-make/Jenkinsfile
@@ -74,7 +74,7 @@
apt-get update
apt-get install -y --no-install-recommends \
- build-essential device-tree-compiler
+ build-essential curl device-tree-compiler
'''
}
}
@@ -122,7 +122,7 @@
}
steps {
- sh 'make ${TF_A_FLAGS} > build.log 2>&1'
+ sh 'make ${TF_A_FLAGS} | tee build.log'
}
}
}