Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 30, 2023
1 parent c041b98 commit a677a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ def getTests(props):

config={
"nm": {
"args" : ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER"),
"args" : ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": ("nm", "ps", "emb", "emb-ps") # TODO "view"
},
"debug": {
"args" : ("Debug", "-DWITH_EMBEDDED_SERVER"),
"args" : ("Debug", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": ("debug", "debug-ps", "debug-emb", "debug-emb-ps") # TODO "view"
}
}
Expand Down

0 comments on commit a677a6c

Please sign in to comment.