Skip to content
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

Fix GCC and Windows CI Tests #1105

Merged
merged 33 commits into from
Nov 29, 2023
Merged

Fix GCC and Windows CI Tests #1105

merged 33 commits into from
Nov 29, 2023

Conversation

stefankiesz
Copy link
Contributor

@stefankiesz stefankiesz commented Nov 18, 2023

Mac GCC CI Test

Changed to using a direct and versioned compiler path - just pointing to "gcc" and "g++" will map to CLANG compiler on Mac.


Windows MSVC CI Test

Updated PKG_CONFIG_EXECUTABLE to reflect current Chocolatey GSTreamer install path - it is in D: drive now, not C: drive.



By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (486cb35) 16.34% compared to head (0486e93) 16.34%.

❗ Current head 0486e93 differs from pull request most recent head 3c85801. Consider uploading reports for the commit 3c85801 to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1105   +/-   ##
========================================
  Coverage    16.34%   16.34%           
========================================
  Files           51       51           
  Lines         6846     6846           
========================================
  Hits          1119     1119           
  Misses        5727     5727           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stefankiesz stefankiesz marked this pull request as ready for review November 28, 2023 02:48
@stefankiesz stefankiesz marked this pull request as draft November 28, 2023 02:48
@stefankiesz stefankiesz changed the title Fix GCC CI Test Fix GCC and Windows CI Tests Nov 28, 2023
@stefankiesz stefankiesz marked this pull request as ready for review November 28, 2023 18:43
CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@niyatim23 niyatim23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work on fixing the both!

@stefankiesz stefankiesz merged commit 24fdc52 into develop Nov 29, 2023
14 checks passed
@stefankiesz stefankiesz deleted the gnu-ci-fix branch November 29, 2023 18:26
stefankiesz added a commit that referenced this pull request Nov 29, 2023
* Update ci.yml compiler env var

* Add refreshenv to windows build

* Add import module for refreshenv call

* Testing

* Revert windows CI changes

* Update ci.yml

* Trying different PKG_CONFIG_EXECUTABLE path

* Add msvc_ to path

* More build testing

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* works, testing which line(s) is needed

* more

* more

* Cleanup ci

* cleanup cmake

* Update README.md

* Add check for C vs D drive

* Revert ReadMe changes
stefankiesz added a commit that referenced this pull request Nov 29, 2023
* Update ci.yml compiler env var

* Add refreshenv to windows build

* Add import module for refreshenv call

* Testing

* Revert windows CI changes

* Update ci.yml

* Trying different PKG_CONFIG_EXECUTABLE path

* Add msvc_ to path

* More build testing

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* works, testing which line(s) is needed

* more

* more

* Cleanup ci

* cleanup cmake

* Update README.md

* Add check for C vs D drive

* Revert ReadMe changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants