Skip to content

Commit

Permalink
👷 fixing build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 20, 2016
1 parent 1178a81 commit 73b28e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .doozer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"]
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest"]
}
}
}

0 comments on commit 73b28e8

Please sign in to comment.