Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
filepath
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
filepath
Commits
d100373e
Verified
Commit
d100373e
authored
3 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Don't bench on windows
parent
c648e497
Branches
issue-109
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci.sh
+6
-1
6 additions, 1 deletion
.gitlab/ci.sh
with
6 additions
and
1 deletion
.gitlab/ci.sh
+
6
−
1
View file @
d100373e
...
...
@@ -88,6 +88,11 @@ run tar xf dist-newstyle/sdist/filepath-*.tar.gz
run
cd
filepath-
*
run cabal v2-build
${
args
[@]
}
run cabal v2-test
${
args
[@]
}
--test-show-details
=
direct all
run cabal v2-bench
${
args
[@]
}
all
case
"
$(
uname
-s
)
"
in
MSYS_
*
|
MINGW
*
)
;;
*
)
run cabal v2-bench
${
args
[@]
}
all
;;
esac
run cabal v2-haddock
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment