-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Include cygwin1.dll in Windows Ci Build #11133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Include cygwin1.dll in Windows Ci Build #11133
Conversation
Windows SITL depends on cygwin1.dll. To always have the correct dll available and to get rid of the SITL binaries floating around in the configurator repro.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
Windows SITL depends on cygwin1.dll.
To always have the correct dll available and to get rid of the SITL binaries floating around in the configurator repro.
PR Type
Enhancement
Description
Include cygwin1.dll in Windows SITL CI build artifacts
Copy cygwin1.dll from system to build output directory
Update artifact upload path to include DLL file
Fix line ending formatting in multiple source files
Diagram Walkthrough
File Walkthrough
ci.yml
Add cygwin1.dll to Windows SITL artifacts.github/workflows/ci.yml
cygwin1.dllfrom system/bin/to build outputdirectory
*.exefiles andcygwin1.dllavailable
config.c
Fix line ending formattingsrc/main/target/FLYSPARKF4V4/config.c
target.h
Fix line ending formattingsrc/main/target/FLYSPARKF4V4/target.h
CMakeLists.txt
Fix line ending formattingsrc/main/target/FLYSPARKF4V4/CMakeLists.txt