diff --git a/pipelines/build-in-jenkins.sh b/pipelines/build-in-jenkins.sh new file mode 100644 index 0000000000000000000000000000000000000000..944200861061187fc92554b635cd4d7757b330cc --- /dev/null +++ b/pipelines/build-in-jenkins.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source "$HOME"/anaconda3/bin/activate +bash -c "$(curl -fsSL https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto/-/raw/main/pipelines/build.sh)" \ No newline at end of file