summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:04:50 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:04:50 (GMT)
commit025c3ce8f994213371a4260ae932ea244d44c6fc (patch)
tree9fbc02209479d7d22697373f21d75601ce7e9a6d /.github/workflows
parentcccdc8fe21d1b1daacb0d8e74fc48f9404a0948e (diff)
downloadlz4-025c3ce8f994213371a4260ae932ea244d44c6fc.zip
lz4-025c3ce8f994213371a4260ae932ea244d44c6fc.tar.gz
lz4-025c3ce8f994213371a4260ae932ea244d44c6fc.tar.bz2
Enable c_standards as per #994
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d115a26..c001bd0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,14 +96,14 @@ jobs:
if: always()
run: make V=1 clean all
-## - name: make c_standards (C90)
-## if: ${{ matrix.stdc90 == 'true' }}
-## run: make V=1 clean c_standards_c90
-##
-## - name: make c_standards (C11)
-## if: ${{ matrix.stdc11 == 'true' }}
-## run: make V=1 clean c_standards_c11
-##
+ - name: make c_standards (C90)
+ if: ${{ matrix.stdc90 == 'true' }}
+ run: make V=1 clean c_standards_c90
+
+ - name: make c_standards (C11)
+ if: ${{ matrix.stdc11 == 'true' }}
+ run: make V=1 clean c_standards_c11
+
- name: make c-to-c++
if: always()
run: make V=1 clean ctocpptest