mirror of
https://github.com/3cky/mbusd.git
synced 2024-12-23 16:27:33 +01:00
gnu-arm-eabi test
This commit is contained in:
parent
3c3bb7671d
commit
db08271681
@ -9,10 +9,11 @@ build:
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive
|
||||
- apt install -y gcc-arm-linux-gnueabihf
|
||||
|
||||
script:
|
||||
- "./configure"
|
||||
- "autoreconf -i"
|
||||
- "./configure --host=arm-linux-gnueabihf -prefix=${CSTOOL_DIR}/linux_arm_tool"
|
||||
- "make"
|
||||
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user