Lines Matching +full:cross +full:- +full:ios +full:- +full:build
3 set -x
5 if [ -z ${QEMU_CPU+x} ]; then
8 export SET_QEMU_CPU="-e QEMU_CPU=${QEMU_CPU}"
13 if test -z "$DOCKER"; then
24 …curl -u ${CFARM_AUTH} https://cfarm-test-libffi-libffi.apps.home.labdroid.net/test?host=${HOST}\&c…
26 echo $(tail build.log | grep '^==LOGFILE==')
27 echo $(tail build.log | grep '^==LOGFILE==' | cut -b13-)
29 curl -u ${CFARM_AUTH} "$(tail build.log | grep '^==LOGFILE==' | cut -b13-)" > libffi.log
33 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git libffi.log
40 ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
43 make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
47 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
53 …CKER} run --rm -t -i -v `pwd`:/opt ${SET_QEMU_CPU} -e LIBFFI_TEST_OPTIMIZATION="${LIBFFI_TEST_OPTI…
57 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
63 …--rm -t -i -v `pwd`:/opt ${SET_QEMU_CPU} -e HOST="${HOST}" -e CC="${HOST}-gcc-8 ${GCC_OPTIONS}" -e…
67 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
73 ${DOCKER} pull quay.io/moxielogic/libffi-ci-${HOST}
74 …--rm -t -i -v `pwd`:/opt -e HOST="${HOST}" -e CC="${HOST}-gcc ${GCC_OPTIONS}" -e CXX="${HOST}-g++ …
78 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
86 ./generate-darwin-source-and-headers.py --only-ios
87 xcodebuild -showsdks
88 … xcodebuild -project libffi.xcodeproj -target "libffi-iOS" -configuration Release -sdk iphoneos11.4
96 ./generate-darwin-source-and-headers.py --only-osx
97 xcodebuild -showsdks
98 … xcodebuild -project libffi.xcodeproj -target "libffi-Mac" -configuration Release -sdk macosx10.13
103 arm-apple-darwin*)
107 x86_64-apple-darwin*)
111 arm32v7-linux-gnu)
113 build_foreign_linux arm moxielogic/arm32v7-ci-build-container:latest
115 aarch64-linux-gnu| powerpc64le-unknown-linux-gnu | mips64el-linux-gnu | sparc64-linux-gnu)
118 bfin-elf )
120 GCC_OPTIONS=-msim build_cross
122 m32r-elf )
126 or1k-elf )
130 m68k-linux-gnu )
132 GCC_OPTIONS=-mcpu=547x build_cross_linux
134 alpha-linux-gnu | sh4-linux-gnu | s390x-linux-gnu )