Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD 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
Glasgow Haskell Compiler
Packages
Cabal
Commits
642ecca5
Commit
642ecca5
authored
8 years ago
by
kristenk
Browse files
Options
Downloads
Patches
Plain Diff
Enable solver quickcheck tests in continuous integration
parent
c5fda0cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+1
-0
1 addition, 0 deletions
appveyor.yml
travis-script.sh
+2
-0
2 additions, 0 deletions
travis-script.sh
with
3 additions
and
0 deletions
appveyor.yml
+
1
−
0
View file @
642ecca5
...
...
@@ -26,3 +26,4 @@ build_script:
-
..\cabal build
-
..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor --test-option=--hide-successes
-
..\cabal test integration-tests --show-details=streaming --test-option=--pattern=!exec --test-option=--hide-successes
-
..\cabal test solver-quickcheck --show-details=streaming --test-option=--hide-successes --test-option=--quickcheck-tests=1000
This diff is collapsed.
Click to expand it.
travis-script.sh
+
2
−
0
View file @
642ecca5
...
...
@@ -83,6 +83,8 @@ cabal build
cabal haddock
# see https://github.com/haskell/cabal/issues/2198
cabal
test
unit-tests
--show-details
=
streaming
--test-option
=
--hide-successes
cabal
test
integration-tests
--show-details
=
streaming
--test-option
=
--hide-successes
cabal
test
solver-quickcheck
--show-details
=
streaming
--test-option
=
--hide-successes
\
--test-option
=
--quickcheck-tests
=
1000
cabal check
./dist/setup/setup sdist
install_from_tarball
...
...
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