Skip to content

Commit

Permalink
Merge pull request #6882 from wilzbach/run-coverage-single-threaded
Browse files Browse the repository at this point in the history
CircleCi/CodeCov: Don't use multiple threads for the DMD testsuite
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
  • Loading branch information
dlang-bot committed Jun 10, 2017
2 parents fb12a72 + 7aac016 commit 98ad942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci.sh
Expand Up @@ -114,7 +114,7 @@ coverage()
make -j$N -C src -f posix.mak MODEL=$MODEL HOST_DMD=../_${build_path}/host_dmd clean
make -j$N -C src -f posix.mak MODEL=$MODEL HOST_DMD=../_${build_path}/host_dmd ENABLE_COVERAGE=1
make -j$N -C test MODEL=$MODEL ARGS="-O -inline -release" DMD_TEST_COVERAGE=1
make -j1 -C test MODEL=$MODEL ARGS="-O -inline -release" DMD_TEST_COVERAGE=1
}
codecov()
Expand Down

0 comments on commit 98ad942

Please sign in to comment.