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
3b1dcc81
Commit
3b1dcc81
authored
6 years ago
by
Matthias Grob
Committed by
Lorenz Meier
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cygwin: add appveyor sitl build
parent
382f989c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+21
-0
21 additions, 0 deletions
appveyor.yml
with
21 additions
and
0 deletions
appveyor.yml
0 → 100644
+
21
−
0
View file @
3b1dcc81
# Build version
version
:
"
{build}"
# Build worker image (build VM template)
image
:
Visual Studio
2017
# build platform, i.e. Win32 (instead of x86), x64, Any CPU. This setting is optional.
platform
:
-
x64
# scripts that are called at very beginning, before repo cloning
init
:
-
ver
install
:
-
cd C:\
-
git clone https://github.com/MaEtUgR/PX4Toolchain.git PX4
-
call PX4\toolchain\install-all-components.bat
build_script
:
-
call C:\PX4\toolchain\clone-px4-build-sitl.bat
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