[Git][ghc/ghc][master] ci: remove unused appveyor config
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Sep 13 14:29:22 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
c14370d7 by Cheng Shao at 2022-09-13T10:29:07-04:00
ci: remove unused appveyor config
- - - - -
2 changed files:
- − .appveyor.sh
- − appveyor.yml
Changes:
=====================================
.appveyor.sh deleted
=====================================
@@ -1,44 +0,0 @@
-# Configure the environment
-MSYSTEM=MINGW64
-THREADS=9
-SKIP_PERF_TESTS=YES
-BUILD_FLAVOUR=
-source /etc/profile || true # a terrible, terrible workaround for msys2 brokenness
-
-# Don't set -e until after /etc/profile is sourced
-set -ex
-cd $APPVEYOR_BUILD_FOLDER
-
-case "$1" in
- "prepare")
- # Prepare the tree
- git config remote.origin.url git://github.com/ghc/ghc.git
- git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/
- git submodule init
- git submodule --quiet update --recursive
- ;;
- "build")
- # Build the compiler
- ./boot
- cat <<EOF >> mk/build.mk
- BuildFlavour=$BUILD_FLAVOUR
- ifneq "\$(BuildFlavour)" ""
- include mk/flavours/\$(BuildFlavour).mk
- endif
-EOF
- ./configure --enable-tarballs-autodownload
- make -j$THREADS
- ;;
-
- "test")
- make binary-dist
- curl https://ghc-artifacts.s3.amazonaws.com/tools/ghc-artifact-collector-x86_64-windows --output ghc-artifact-collector
- ./ghc-artifact-collector *.tar.xz
- make test THREADS=$THREADS
- ;;
-
- *)
- echo "$0: unknown mode $1"
- exit 1
- ;;
-esac
=====================================
appveyor.yml deleted
=====================================
@@ -1,31 +0,0 @@
-version: "{build}"
-build_cloud: ghc-gce-cloud
-image: GHC-GCE
-
-build:
- verbosity: normal
-
-environment:
- matrix:
- - COMPILER: msys2
- PLATFORM: x64
- MSYS2_ARCH: x86_64
- MSYS2_DIR: msys64
- MSYSTEM: MINGW64
- BIT: 64
-
-deploy: off
-
-install:
- - cmd: |
- SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
- bash .appveyor.sh prepare
-
-build_script:
- - bash .appveyor.sh build
- - bash .appveyor.sh test
-
-artifacts:
- - path: ghc-windows.zip
- name: GHC Windows bindist
- type: zip
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c14370d765efb81ead9a80dc5450dc97e3167b6e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c14370d765efb81ead9a80dc5450dc97e3167b6e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220913/49e4ea0c/attachment-0001.html>
More information about the ghc-commits
mailing list