Skip to content

Commit

Permalink
👷 forgot path to ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Mar 25, 2019
1 parent e27b282 commit 0a67b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .doozer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j4 --timeout 10000"
"../cmake-3.14.0/bin/ctest -VV -j4 --timeout 10000"
]
},
"jessie-i386": {
Expand All @@ -35,7 +35,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j8"
"../cmake-3.14.0/bin/ctest -VV -j8"
]
},
"fedora24-x86_64": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j8"
"../cmake-3.14.0/bin/ctest -VV -j8"
]
}
}
Expand Down

0 comments on commit 0a67b51

Please sign in to comment.