Skip to content

Commit

Permalink
Test RPM build time
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 29, 2025
1 parent 6d05d58 commit c617387
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
PRODUCT_LOW: "docspace"
BUILD_NUMBER: ${{ github.run_number }}
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
BRANCH_BUILDTOOLS: 'feature/test-build-packages'
BRANCH_BUILDTOOLS: 'develop'
BRANCH_CLIENT: 'develop'
BRANCH_SERVER: 'hotfix/v3.0.2'

Expand Down Expand Up @@ -173,24 +173,22 @@ jobs:
tar -xf ./SOURCES/server.tar.gz --transform='s,^[^/]\+,server,' -C "$(pwd)/BUILD"
tar -xf ./SOURCES/plugins.tar.gz --transform='s,^[^/]\+,plugins,' -C "$(pwd)/BUILD"
ls -lh "$(pwd)/BUILD"
cd "$(pwd)/BUILD/buildtools"
- name: Build frontend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash ../../common/build-frontend.sh --srcpath install/rpm/SPECS/BUILD -di "false"
bash install/common/build-frontend.sh --srcpath install/rpm/SPECS/BUILD -di "false"
- name: Build backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash ../../common/build-backend.sh --srcpath install/rpm/SPECS/BUILD
bash install/common/build-backend.sh --srcpath install/rpm/SPECS/BUILD
- name: Build publish backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash ../../common/publish-backend.sh --srcpath install/rpm/SPECS/BUILD/server
bash install/common/publish-backend.sh --srcpath install/rpm/SPECS/BUILD/server
- name: Build RPM Packages
if: matrix.packageType == 'rpm'
Expand Down

0 comments on commit c617387

Please sign in to comment.