We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ab57d commit fb6ce2eCopy full SHA for fb6ce2e
circleci.sh
@@ -102,6 +102,8 @@ coverage()
102
publictests()
103
{
104
clone https://github.com/dlang/tools.git ../tools master
105
+ # fix to a specific version of https://github.com/dlang/tools/blob/master/phobos_tests_extractor.d
106
+ git -C ../tools checkout 184f5e60372d6dd36d3451b75fb6f21e23f7275b
107
make -f posix.mak publictests DUB=$DUB
108
}
109
0 commit comments