Skip to content

Commit

Permalink
[CI] enable most alpaqa Python features
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 3, 2024
1 parent deb31e9 commit d5cc263
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/ci/alpaqa-python.profile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[conf]
tools.cmake.cmake_layout:build_folder_vars=['const.python', 'settings.build_type']
[options]
alpaqa/*:with_ipopt=False
alpaqa/*:with_external_casadi=False
alpaqa/*:with_qpalm=False
alpaqa/*:with_cutest=False
alpaqa/*:with_ipopt=True
alpaqa/*:with_external_casadi=True
alpaqa/*:with_qpalm=True
alpaqa/*:with_cutest=True
alpaqa/*:with_json=False
alpaqa/*:with_python=True
[settings]
casadi/*:build_type=Release

0 comments on commit d5cc263

Please sign in to comment.