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

Complete CI/CD github actions in thirdparty #5

Closed
SuperGNUS opened this issue Mar 30, 2023 · 2 comments
Closed

Complete CI/CD github actions in thirdparty #5

SuperGNUS opened this issue Mar 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@SuperGNUS
Copy link
Contributor

SuperGNUS commented Mar 30, 2023

to build a cache of libraries for each OS and then a release action to build the thirdparty library as a release to be able to download per os.

The libraries would be published to thirdparty as Linux-thirdParty-v1.zip, etc. for each OS.

The contents of thirdparty would be the cached source code (without .git) and the cached builds of the libraries, boost, grpc lib, grpc executables for host OS, which are now built into the Build/Linux/Release directory.

The github actions file that is mostly done is https://github.com/GeniusVentures/thirdparty/blob/master/.github/workflows/build-targets.yml

And the build-targets-matrix is the last piece that needs to be tested and work, then we can uncomment the other OS's. Only Linux is being tested first.

@SuperGNUS SuperGNUS assigned SuperGNUS and devcareer00 and unassigned SuperGNUS Mar 31, 2023
@SuperGNUS SuperGNUS added the enhancement New feature or request label Mar 31, 2023
@EduMenges EduMenges assigned EduMenges and unassigned devcareer00 May 16, 2024
@henriqueaklein
Copy link
Contributor

Set 4 releases:

  • Main Release
  • Main Debug
  • Develop Release
  • Develop Debug

@henriqueaklein
Copy link
Contributor

Fix the release to targz only when succeeds. grpc on windows was only 1.8KB (only src and tmp folders) and on Linux debug 1.45GB (with everything including src and tmp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants