Lines Matching +full:- +full:c

17     shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
33 - image: fbopensource/lz4-circleci-primary:0.0.4
38 - checkout
42 - run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
46 - run: CFLAGS= make clangtest && make clean
47 - run: g++ -v; make cxxtest && make clean
48 - run: gcc -v; g++ -v; make ctocpptest && make clean
49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean
50- run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make …
51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean
52 - run: make cmake && make clean
53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
56 - run: make -C tests test-fuzzer && make clean
57 - run: make -C lib all && make clean
58- run: pyenv global 3.4.4; make versionsTest MOREFLAGS=-I/usr/include/x86_64-linux-gnu && make cle…
59 - run: make travis-install && make clean
60- run: gcc -v; CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && ma…
61 - run: clang -v; make staticAnalyze && make clean
62- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static && mak…
63- run: make platformTest CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS=-m64 && mak…
64- run: make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static && mak…
65- run: make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static && mak…
69 - store_test_results:
70 path: /tmp/circleci-test-results
72 - store_artifacts:
73 path: /tmp/circleci-artifacts
74 - store_artifacts:
75 path: /tmp/circleci-test-results