[ci] Add a build only apple-gcc-4.2 i686 bot
This commit is contained in:
parent
fe18c471a4
commit
1d3f4f8351
|
@ -15,6 +15,18 @@ jobs:
|
||||||
- run: make 2>&1 | grep -v -e '^/var/folders/*' -e '^[[:space:]]*\.section' -e '^[[:space:]]*\^[[:space:]]*~*'
|
- run: make 2>&1 | grep -v -e '^/var/folders/*' -e '^[[:space:]]*\.section' -e '^[[:space:]]*\^[[:space:]]*~*'
|
||||||
- run: make check || .ci/fail.sh
|
- run: make check || .ci/fail.sh
|
||||||
|
|
||||||
|
macos-notest-apple-gcc-i686-4.2:
|
||||||
|
macos:
|
||||||
|
xcode: "8.3.3"
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: brew update-reset
|
||||||
|
- run: brew install wget pkg-config libtool ragel
|
||||||
|
- run: wget https://packages.macports.org/apple-gcc42/apple-gcc42-5666.3_15+universal.darwin_15.i386-x86_64.tbz2 && tar zxvf apple-gcc42-5666.3_15+universal.darwin_15.i386-x86_64.tbz2
|
||||||
|
- run: CPP=$PWD/opt/local/bin/i686-apple-darwin15-cpp-apple-4.2.1 CC=$PWD/opt/local/bin/i686-apple-darwin15-gcc-apple-4.2.1 CXX=$PWD/opt/local/bin/i686-apple-darwin15-g++-apple-4.2.1 ./autogen.sh
|
||||||
|
# Ignoring assembler complains, https://stackoverflow.com/a/39867021
|
||||||
|
- run: make 2>&1 | grep -v -e '^/var/folders/*' -e '^[[:space:]]*\.section' -e '^[[:space:]]*\^[[:space:]]*~*'
|
||||||
|
|
||||||
distcheck:
|
distcheck:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:17.10
|
- image: ubuntu:17.10
|
||||||
|
@ -178,6 +190,7 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
# macOS
|
# macOS
|
||||||
- macos-llvm-gcc-4.2
|
- macos-llvm-gcc-4.2
|
||||||
|
- macos-notest-apple-gcc-i686-4.2
|
||||||
|
|
||||||
# both autotools and cmake
|
# both autotools and cmake
|
||||||
- distcheck
|
- distcheck
|
||||||
|
|
Loading…
Reference in New Issue