Skip to content
Snippets Groups Projects
Commit b610594e authored by Daniel Friesel's avatar Daniel Friesel
Browse files

Add MSP430FR5969 build tests

parent e42ec1f5
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,20 @@ build_posix:
- ./mp arch=posix app=ledblink loop=1 timer_s=1
- ./mp arch=posix app=sysinfo
build_msp430fr5969lp:
stage: build
before_script:
- export PATH="/opt/msp430/ti/gcc/bin:$PATH"
script:
- dpkg --add-architecture i386
- apt-get update -qy
- apt-get install -y build-essential curl libc6:i386 libgcc1:i386 libstdc++6:i386
- curl -s https://ess.cs.uos.de/static/.gitlab-ci/msp430-gcc-full-linux-4.9.1.tar.xz | tar -C /opt -xJf -
- mkdir -p build
- make -B arch=msp430fr5969lp app=donothing
- make -B arch=msp430fr5969lp app=ledblink loop=1 timer_s=1
- make -B arch=msp430fr5969lp app=sysinfo
build_msp430fr5994lp:
stage: build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment