summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2438507316..57397873aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -372,27 +372,27 @@ MinGW32:
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
-FreeBSD10/x86_64:
- stage: stage1-testing
- image:
- before_script:
- - /usr/bin/true
- script:
- - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
- --with-included-libtasn1 --disable-guile --with-included-unistring --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
- tags:
- - freebsd
- only:
- - branches@$BUILD_IMAGES_PROJECT
- except:
- - tags
- artifacts:
- expire_in: 1 week
- when: on_failure
- paths:
- - ./*.log
- - tests/*.log
- - tests/*/*.log
+#FreeBSD10/x86_64:
+# stage: stage1-testing
+# image:
+# before_script:
+# - /usr/bin/true
+# script:
+# - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
+# --with-included-libtasn1 --disable-guile --with-included-unistring --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
+# tags:
+# - freebsd
+# only:
+# - branches@$BUILD_IMAGES_PROJECT
+# except:
+# - tags
+# artifacts:
+# expire_in: 1 week
+# when: on_failure
+# paths:
+# - ./*.log
+# - tests/*.log
+# - tests/*/*.log
# We need a clean 32-bit fedora for testing
Fedora/x86: