repos = repo.Unified_base, repo.Unified_main
buildroot = .GBS-ROOT/launcher-Unified
+[profile.Tizen-Unified-riscv64]
+repos = repo.Unified_base, repo.Unified_main
+buildroot = .GBS-ROOT/launcher-Unified
+
[profile.VD-PontusM]
repos = repo.VD_base, repo.VD_PontusM_main
buildroot = .GBS-ROOT/launcher-PontusM
body: 'Please check the build status of Tizen_Unified_armv7l.'
})
+ Tizen_Unified_riscv64_GBS_Build:
+ runs-on: [ code-linux, code-large ]
+ container:
+ image: actions-docker.bart.sec.samsung.net/docker-gbs-base:ubuntu-20.04
+ options: --user root --privileged
+ steps:
+ - name: Setup .NET
+ uses: code-actions/setup-dotnet@v1
+ with:
+ dotnet-version: '6.0.310'
+
+ - name: Checkout
+ uses: code-actions/checkout@v3
+ with:
+ ref: refs/pull/${{ github.event.pull_request.number }}/head
+
+ - name: Build
+ run: |
+ gbs -c .github/gbs.conf build -A riscv64 --include-all --clean -P Tizen-Unified-riscv64
+ if: success()
+
+ - name: Upload artifacts
+ uses: code-actions/upload-artifact@v3
+ with:
+ name: launcher-rpm-Tizen-Unified-riscv64
+ path: .GBS-ROOT/launcher-Unified/local/repos/Tizen_Unified/riscv64/RPMS/*.rpm
+ if: success()
+
+ - name: Leave comment
+ if: failure()
+ uses: code-actions/github-script@v5
+ with:
+ script: |
+ github.rest.issues.createComment({
+ owner: context.repo.owner,
+ repo: context.repo.repo,
+ issue_number: context.issue.number,
+ body: 'Please check the build status of Tizen_Unified_riscv64.'
+ })
+
VD_PontusM_armv7l_GBS_Build:
runs-on: [ code-linux, code-large ]
container:
body: 'Please check the build status of VD_KantSU2e_armv7l.'
})
- VD_PontusV_armv7l_GBS_Build:
+ VD_PontusV_riscv64_GBS_Build:
runs-on: [ code-linux, code-large ]
container:
image: actions-docker.bart.sec.samsung.net/docker-gbs-base:ubuntu-20.04
- name: Build
run: |
- gbs -c .github/gbs.conf build -A armv7l --include-all --clean -P VD-PontusV
+ gbs -c .github/gbs.conf build -A riscv64 --include-all --clean -P VD-PontusV
if: success()
- name: Upload artifacts
uses: code-actions/upload-artifact@v3
with:
- name: launcher-rpm-VD-PontusV-armv7l
- path: .GBS-ROOT/launcher-PontusV/local/repos/VD_PontusV/armv7l/RPMS/*.rpm
+ name: launcher-rpm-VD-PontusV-riscv64
+ path: .GBS-ROOT/launcher-PontusV/local/repos/VD_PontusV/riscv64/RPMS/*.rpm
if: success()
- name: Leave comment
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
- body: 'Please check the build status of VD_PontusV_armv7l.'
+ body: 'Please check the build status of VD_PontusV_riscv64.'
})
DA_armv7l_GBS_Build: