Skip to content

Commit

Permalink
Merge pull request #14 from Aquaveo/gitlab-fix
Browse files Browse the repository at this point in the history
Add switch for gitlab builds
  • Loading branch information
wdolinar authored Apr 6, 2022
2 parents 9b58a35 + 4806a8d commit a1dd74f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmsconan/build_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def get_builder(library_name):
aquapi_password = os.getenv('AQUAPI_PASSWORD', None)
aquapi_url = os.getenv('AQUAPI_URL', None)

if ci_commit_tag != 'False':
release_python = 'True'

for settings, options, env_vars, _, _ in builder.items:
# General Options
env_vars.update({
Expand Down

0 comments on commit a1dd74f

Please sign in to comment.