Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
178a2e82
Commit
178a2e82
authored
10 years ago
by
Lorenz Meier
Browse files
Options
Downloads
Patches
Plain Diff
Travis CI: Enable release integration
parent
7adb737b
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
.travis.yml
+11
-6
11 additions, 6 deletions
.travis.yml
with
11 additions
and
6 deletions
.travis.yml
+
11
−
6
View file @
178a2e82
...
...
@@ -5,9 +5,7 @@
language
:
cpp
before_script
:
#- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
-
sudo apt-get update -q
# Note: we do not want a random, auto-updated GCC version - sudo apt-get install gcc-arm-none-eabi
-
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386
-
sudo apt-get install python-serial python-argparse grep
-
sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential libtool zlib1g-dev genromfs git wget
...
...
@@ -19,14 +17,21 @@ before_script:
-
if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi
-
. ~/.profile
-
popd
# Output GCC version
-
arm-none-eabi-gcc --version
# Clone only as much as we need
git
:
depth
:
500
script
:
-
make testbuild
-
make tests
deploy
:
provider
:
releases
api_key
:
secure
:
cdHWLRBxA5UlYpOS0Sp891QK7PFmMgQ5ZWs1aPt+sw0rIrowyWMHCwXNBEdUqaExHYNYgXCUDI0EzNgfB7ZcR63Qv1MQeoyamV4jsxlyAqDqmxNtWO82S6RhHGeMLk26VgFKzynVcEk1IYlQP2nqzMQLdu+jTrngERuAIrCdRuc=
file
:
-
Images/px4fmu-v1_default.px4
-
Images/px4fmu-v2_default.px4
-
Images/aerocore_default.px4
on
:
repo
:
PX4/Firmware
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