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

Initial Setup #1

Merged
merged 9 commits into from
Mar 3, 2024
Merged

Initial Setup #1

merged 9 commits into from
Mar 3, 2024

Conversation

christopherkeim
Copy link
Owner

Description

Initial DevOps setup:

  1. setup.sh: sets up a local development environment on an Ubuntu 20.04/22.04 machine for Rust (cargo 1.76.0) projects
  2. Makefile: development workflow automation with build, clean, lint, format, test, and doc commands
  3. ci.yaml: continuous integration pipeline with checkout, format, test, and deploy steps
  4. Dockerfile: with multistage build for release binary
  5. pull_request_template.md: pull request template
  6. feature_request.md: feature request issue template
  7. bug_report.md: bug report issue template

Dependencies Added

  • clap = { version = "4.5.1", features = ["cargo", "derive"] }

NOTE

GitHub Action runners come pre-installed with cargo 1.76.0 (latest)

@christopherkeim christopherkeim added the enhancement New feature or request label Mar 3, 2024
@christopherkeim christopherkeim self-assigned this Mar 3, 2024
@christopherkeim christopherkeim merged commit cc5482e into main Mar 3, 2024
1 check passed
@christopherkeim christopherkeim deleted the chris/setup branch March 3, 2024 18:19
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

Successfully merging this pull request may close these issues.

1 participant