make clean && make -j all MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS"
make clean && make check MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS"
- versions-compatibility:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Versions Compatibility Test
- run: |
- make -C tests versionsTest
+# This test currently fails on Github Actions specifically.
+# No clear reason, as the same test works fine locally and on travisCI.
+# This will have to be fixed before transfering the test to GA.
+# versions-compatibility:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v2
+# - name: Versions Compatibility Test
+# run: |
+# make -C tests versionsTest
+
# For reference : icc tests
# icc tests are currently failing on Github Actions, likely to issues during installation stage
script:
- make -C tests fuzztest
- # TODO: migrate to GH actions once newest clang staticanalyze warnings are fixed
+ # TODO: migrate to GH Actions once newest clang staticanalyze warnings are fixed
- name: static analyzer scanbuild # ~8mn
dist: trusty # note : it's important to pin down a version of static analyzer, since different versions report different false positives
script: