Lines Matching +full:build +full:- +full:i386
4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
6 - brew update
7 - brew install coreutils bash git gnu-getopt make qemu i686-elf-gcc
9 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
10 - git fetch origin "@CI_COMMIT_REF_NAME@"
11 - git reset --hard "@CI_COMMIT_SHA@"
13 - export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"
14 - mkdir build
15 - cd build
16 - ../configure --arch=i386 --cross-prefix=i686-elf-
17 - gmake -j$(sysctl -n hw.ncpu)
18 - ACCEL=tcg ./run_tests.sh
37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
40 path: build/logs/*.log