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
5bf01c6c
Commit
5bf01c6c
authored
3 years ago
by
Javier Neira
Browse files
Options
Downloads
Patches
Plain Diff
Remove not needed scripting in win
parent
9aa4b95e
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
.gitlab-ci.yml
+1
-7
1 addition, 7 deletions
.gitlab-ci.yml
with
1 addition
and
7 deletions
.gitlab-ci.yml
+
1
−
7
View file @
5bf01c6c
...
...
@@ -141,14 +141,8 @@ build-aarch64-darwin:
build-x86_64-windows
:
extends
:
.build
script
:
-
Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $false, $true, $true, $false, $false, $false, $false, "$CI_PROJECT_DIR"
-
./ghcup/msys64/usr/bin/bash '-lc' 'pacman --noconfirm -S zip'
-
$env:CHERE_INVOKING = "yes"
-
./ghcup/msys64/usr/bin/bash '-lc' "TARBALL_ARCHIVE_SUFFIX=$env:TARBALL_ARCHIVE_SUFFIX TARBALL_EXT=$env:TARBALL_EXT ADD_CABAL_ARGS=$env:ADD_CABAL_ARGS GHC_VERSION=$env:GHC_VERSION CABAL_INSTALL_VERSION=$CABAL_INSTALL_VERSION .gitlab/ci.sh"
after_script
:
-
"
[Environment]::SetEnvironmentVariable('GHCUP_INSTALL_BASE_PREFIX',
$null,
[System.EnvironmentVariableTarget]::User)"
-
"
[Environment]::SetEnvironmentVariable('GHCUP_MSYS2',
$null,
[System.EnvironmentVariableTarget]::User)"
-
"
[Environment]::SetEnvironmentVariable('CABAL_DIR',
$null,
[System.EnvironmentVariableTarget]::User)"
-
bash '-lc' "ADD_CABAL_ARGS=$env:ADD_CABAL_ARGS GHC_VERSION=$env:GHC_VERSION CABAL_INSTALL_VERSION=$CABAL_INSTALL_VERSION .gitlab/ci.sh"
tags
:
-
new-x86_64-windows
variables
:
...
...
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