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

v0.11.1 #27

Merged
merged 116 commits into from
Jan 13, 2022
Merged

v0.11.1 #27

merged 116 commits into from
Jan 13, 2022

Conversation

ReenigneArcher
Copy link
Member

Description

  • Add CHANGELOG.md and update history
  • Update .github files
    • create_package.yml (Responsible for PR build tests, Packaging, Automating Releases when push into master branch)
  • Dockerfiles
    • Renamed Dockerfiles for ubuntu (required for matrix in create_package.yml)
    • Improved readability of build time requirements
    • Added Fedora 33 and 35 Dockerfiles
    • Added Ubuntu 18.04 Dockerfile (build is currently failing)
    • Use update-alternatives instead of cp for gcc on Ubuntu 20.04
    • Clean cache after apt-get update and install
  • Add AppImage

Note: Once this is merged. The workflow should run and attempt to create a release. The release will fail because the latest version from the CHANGELOG.md matches the latest released version (v0.11.1); however getting this into master will setup the automation for all future PRs.

Type of Change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the documentation blocks for new or existing components

-Attempt to fix build step at line 56
-Various tweaks to quoting and directory names
-Checkout recursively with submodules
-recursive submodules
-only run on PR for master or nightly branch
Add build checks (just AppImage for now)
-Add deb job with matrix strategy
-build with -u for non interactive
-Fix command that moves deb package
-Separate setup, build, and package steps
-Fix permission denied error when moving deb package
-Fix path issue for pacman command
-Install boost
-Remove boost debug during cmake
-Fix boost install directory
-Add environment variable BOOST_ROOT
-Try older version of boost, new version failing with cmake 3.22
-Try boost v1.73.0 built on windows server 2019
Github not respecting -e in shebang
-Remove push event for add-build-checks
-Fix typo in Windows build
- github.base_ref is needed for pull request check
-Verify changelog requires checkout
@ReenigneArcher
Copy link
Member Author

I know that everything in this PR has already been reviewed once when it was merged into nightly, but still figure it's best to have a review... even though none of this actually modifies the core program and is all pretty much repository items.

@TheElixZammuto
Copy link
Contributor

Like I said before I'm not a huge GitHub Actions user, but it seems okay to me (especially the Windows side which I'm more accustomed to), LGTM

@ReenigneArcher ReenigneArcher merged commit 870b6e2 into master Jan 13, 2022
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.

2 participants