File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
.teamcity/Gempy/buildTypes Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 99 <parameters >
1010 <param name =" env.org/repo" value =" gempy-project/gempy_engine" />
1111 </parameters >
12- <build-runners >
13- <runner id =" Build" name =" Build" type =" simpleRunner" >
14- <parameters >
15- <param name =" script.content" ><![CDATA[ #!/usr/bin/env bash
16- set -euo pipefail
17-
18- echo "Cleaning build artifacts..."
19- rm -rf dist build
20- echo "Clean complete."
21-
22- # Check if virtualenv exists, if not create it
23- if [ ! -d "venv" ]; then
24- echo "Creating virtual environment..."
25- python3 -m venv venv
26- fi
27-
28- # Activate the virtual environment
29- source venv/bin/activate
30-
31- # ensure build tooling is up to date
32- python -m pip install --upgrade build
33-
34- # run the build
35- python -m build]]> </param >
36- <param name =" teamcity.step.mode" value =" default" />
37- <param name =" use.custom.script" value =" true" />
38- </parameters >
39- </runner >
40- </build-runners >
4112 <vcs-settings >
4213 <vcs-entry-ref root-id =" GempyEngine_HttpsGithubComGempyProjectGempyEngineRefsHeadsMain" />
4314 </vcs-settings >
You can’t perform that action at this time.
0 commit comments