summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-22 14:25:05 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-22 14:26:27 -0500
commitb870656ad695c9e58c937fa1b67a2c8a68081d04 (patch)
tree4c4b1eb985192d0d2da5c8ad0bc8cd8d0159355f
parenta5373c1fe172dee31e07bcb7c7f6caff1035e6ba (diff)
downloadhaskell-wip/drop-circleci.tar.gz
gitlab-ci: Drop CircleCI jobswip/drop-circleci
It's pretty unlikely we will be going back to circleci at this point [skip-ci]
-rw-r--r--.gitlab-ci.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 162c19ccb6..62aae004ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -397,33 +397,3 @@ cleanup-windows:
- cd \GitLabRunner
- rmdir /S /Q %BUILD_DIR%/*
- exit /b 0
-
-############################################################
-# Validation via CircleCI
-############################################################
-
-.circleci:
- stage: build
- image: ghcci/x86_64-linux-deb8:0.1
- artifacts:
- when: always
- expire_in: 2 week
- reports:
- junit: junit.xml
- paths:
- - ghc.tar.xz
- - junit.xml
- tags:
- - circleci
-
-# All validation jobs keep the bindists and test results are artifacts,
-# when we get far enough to generate them.
-#
-# This requires updating the maximum artifacts size limit in Gitlab to
-# something like 200MB.
-
-.circleci-validate-x86_64-darwin:
- extends: .circleci
- stage: full-build
- allow_failure: true
- script: ".gitlab/circle-ci-job.sh validate-x86_64-darwin"