Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
multipass
Commits
e42ec1f5
Commit
e42ec1f5
authored
5 years ago
by
Daniel Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add MSP430FR5994 build tests
parent
d4657aad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-2
25 additions, 2 deletions
.gitlab-ci.yml
with
25 additions
and
2 deletions
.gitlab-ci.yml
+
25
−
2
View file @
e42ec1f5
image
:
debian:buster
image
:
debian:buster
stages
:
stages
:
-
build
-
test
-
test
test
:
build_posix
:
stage
:
test
stage
:
build
script
:
script
:
-
apt-get update -qy
-
apt-get update -qy
-
apt-get install -y build-essential
-
apt-get install -y build-essential
-
mkdir -p build
-
mkdir -p build
-
./mp arch=posix app=donothing
-
./mp arch=posix app=ledblink loop=1 timer_s=1
-
./mp arch=posix app=ledblink loop=1 timer_s=1
-
./mp arch=posix app=sysinfo
-
./mp arch=posix app=sysinfo
build_msp430fr5994lp
:
stage
:
build
before_script
:
-
export PATH="/opt/msp430/ti/msp430-gcc-full-linux-5.0.0.36/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-5.0.0.36.tar.xz | tar -C /opt -xJf -
-
mkdir -p build
-
make -B arch=msp430fr5994lp app=donothing
-
make -B arch=msp430fr5994lp app=ledblink loop=1 timer_s=1
-
make -B arch=msp430fr5994lp app=sysinfo
test_posix
:
stage
:
test
script
:
-
apt-get update -qy
-
apt-get install -y build-essential
-
mkdir -p build
-
./mpm arch=posix app=donothing
-
./mpm arch=posix app=donothing
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment