gnu-arm-eabi test

This commit is contained in:
Nick 2017-11-12 22:04:22 +01:00
parent 3c3bb7671d
commit db08271681

View File

@ -9,10 +9,11 @@ build:
before_script: before_script:
- apt update -qq - apt update -qq
- apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive - apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive
- apt install -y gcc-arm-linux-gnueabihf
script: script:
- "./configure"
- "autoreconf -i" - "autoreconf -i"
- "./configure --host=arm-linux-gnueabihf -prefix=${CSTOOL_DIR}/linux_arm_tool"
- "make" - "make"
artifacts: artifacts: