summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-15 07:25:03 +0200
committercgzones <cgzones@googlemail.com>2020-10-15 20:31:56 +0200
commit2f9381d8671d560f40986faffea87f19ce965a1b (patch)
tree5c7055bff9b153eb9166eed33ff297d42737f13b /.github
parent1df7fa387a1b5c9541a5b3b49c1ac0fb77bba05f (diff)
Keep building on errors
Doing so allows for more than one error to be detected in builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5eb002cc..8e1d130e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
- name: Configure
run: ./configure --enable-werror --enable-linux-affinity
- name: Build
- run: make
+ run: make -k
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-werror --enable-linux-affinity"
@@ -36,7 +36,7 @@ jobs:
- name: Configure
run: ./configure --enable-werror --enable-linux-affinity
- name: Build
- run: make
+ run: make -k
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-werror --enable-linux-affinity"
@@ -51,7 +51,7 @@ jobs:
- name: Configure
run: ./configure --enable-werror --enable-openvz --enable-cgroup --enable-vserver --enable-ancient-vserver --enable-taskstats --enable-unicode --enable-hwloc --enable-setuid --enable-delayacct
- name: Build
- run: make
+ run: make -k
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-werror --enable-openvz --enable-cgroup --enable-vserver --enable-ancient-vserver --enable-taskstats --enable-unicode --enable-hwloc --enable-setuid --enable-delayacct'

© 2014-2024 Faster IT GmbH | imprint | privacy policy