Searched +full:gcc +full:- +full:arm +full:- +full:linux +full:- +full:gnueabi (Results 1 – 3 of 3) sorted by relevance
1 FROM circleci/buildpack-deps:bionic3 RUN sudo apt-get -y -qq update4 RUN sudo apt-get -y install software-properties-common5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test6 RUN sudo apt-get -y install cmake7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i3869 RUN sudo apt-get -y install clang clang-tools10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-611 RUN sudo apt-get -y install valgrind[all …]
7 - name: (macOS) General Test11 - make # test library build12 - make clean13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)16 - name: (Precise) benchmark test19 - make -C tests test-lz4 test-lz4c test-fullbench21 - name: (Precise) frame and fuzzer test24 - sudo sysctl -w vm.mmap_min_addr=409626 - make -C tests test-frametest test-fuzzer[all …]
17 shell: /bin/bash --login19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-…21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results23 …# 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 on29 # 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 see31 # https://circleci.com/docs/2.0/circleci-images/[all …]