Implement Gitea CI/CD pipeline #7

Open
opened 2026-01-27 07:08:44 +00:00 by maj · 0 comments
Owner

Set up Gitea Actions to automatically build, test, and report status on every push and pull request.

Tasks

  • Create .gitea/workflows/build.yml
  • Configure workflow triggers (push, pull_request)
  • Build shared library in container
  • Run Google Test suite
  • Build 3DS app (when available)
  • Generate build artifacts
  • Add build status badge to README
  • Configure secret variables for test credentials
  • Test with actual PR

Gitea Secrets to Configure

  • NEXTCLOUD_TEST_URL
  • NEXTCLOUD_TEST_USER
  • NEXTCLOUD_TEST_PASSWORD

Acceptance Criteria

  • Workflow runs on every push to main/develop
  • Workflow runs on every PR to develop
  • Build failures are reported in PR
  • Test results visible in workflow log
  • Build artifacts downloadable
  • Status badge shows current build status
  • Secrets properly configured and working
Set up Gitea Actions to automatically build, test, and report status on every push and pull request. ## Tasks - [ ] Create `.gitea/workflows/build.yml` - [ ] Configure workflow triggers (push, pull_request) - [ ] Build shared library in container - [ ] Run Google Test suite - [ ] Build 3DS app (when available) - [ ] Generate build artifacts - [ ] Add build status badge to README - [ ] Configure secret variables for test credentials - [ ] Test with actual PR ## Gitea Secrets to Configure - `NEXTCLOUD_TEST_URL` - `NEXTCLOUD_TEST_USER` - `NEXTCLOUD_TEST_PASSWORD` ## Acceptance Criteria - [ ] Workflow runs on every push to main/develop - [ ] Workflow runs on every PR to develop - [ ] Build failures are reported in PR - [ ] Test results visible in workflow log - [ ] Build artifacts downloadable - [ ] Status badge shows current build status - [ ] Secrets properly configured and working
maj added this to the Milestone 1: Project Infrastructure milestone 2026-01-27 07:08:44 +00:00
maj added the giteapriority:mediumci-cdinfrastructure labels 2026-01-27 07:08:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: maj/nextcloud-share#7