Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed May 14, 2024
1 parent 72cfd82 commit 4c840f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
- name: Prepare sources
shell: bash
run: |
pip install mako
su build bash -c "cd /home/build/${{ matrix.package }}/ && makepkg --nobuild"
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
tags: '*'
workflow_dispatch:

Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
id: build-mesa-package
shell: bash
run: |
pip install mako
su build bash -c "cd /home/build/mesa && MAKEFLAGS=-j$(nproc) makepkg"
- name: Set mesa package version
id: set-mesa-version
Expand All @@ -62,6 +64,7 @@ jobs:
id: build-lib32-mesa-package
shell: bash
run: |
pip install mako
su build bash -c "cd /home/build/lib32-mesa && MAKEFLAGS=-j$(nproc) makepkg"
- name: Remove epoch in name
shell: bash
Expand All @@ -78,7 +81,7 @@ jobs:
make-release:
if: |
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev')
runs-on: ubuntu-latest
needs: [build-mesa]
steps:
Expand Down

0 comments on commit 4c840f9

Please sign in to comment.