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
56d69804
Commit
56d69804
authored
5 years ago
by
Oleg Grenrus
Browse files
Options
Downloads
Patches
Plain Diff
Try newer GHC on Appveyor
parent
f1c1526b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+4
-4
4 additions, 4 deletions
appveyor.yml
with
4 additions
and
4 deletions
appveyor.yml
+
4
−
4
View file @
56d69804
...
...
@@ -21,8 +21,8 @@ install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
-
choco source add -n mistuke -s https://www.myget.org/F/mistuke/api/v2
-
choco install -y
ghc
--version
8
.0.
2 --ignore-dependencies
-
choco install -y
cabal-head -pre
-
choco install -y
cabal
--version
3
.0.
0.0
-
choco install -y
ghc --version 8.6.5
-
refreshenv
-
cabal --version
-
cabal %CABOPTS% update
...
...
@@ -30,7 +30,7 @@ install:
environment
:
global
:
CABOPTS
:
"
--store-dir=C:
\\
SR
"
CABOPTS
:
--store-dir=C:\\SR
--http-transport=plain-http
# Remove cache, there is no button on the web
# https://www.appveyor.com/docs/build-cache/#skipping-cache-operations-for-specific-build
APPVEYOR_CACHE_SKIP_RESTORE
:
true
...
...
@@ -48,7 +48,7 @@ build_script:
-
cabal %CABOPTS% new-test Cabal
-
appveyor-retry cabal %CABOPTS% new-build exe:cabal exe:cabal-tests --only-dependencies
-
cabal %CABOPTS% new-build exe:cabal
-
cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.
0.2
\cabal-install-3.1.0.0\x\cabal\build\cabal\cabal.exe
-
cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.
6.5
\cabal-install-3.1.0.0\x\cabal\build\cabal\cabal.exe
-
appveyor-retry cabal %CABOPTS% new-build cabal-install:tests --only-dependencies
-
cd cabal-install
-
cabal %CABOPTS% new-run cabal-install:memory-usage-tests
...
...
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