Skip to content

Commit b56e226

Browse files
Create gentoo.yml
1 parent 727a23d commit b56e226

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/gentoo.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: userver gentoo test
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
ebuild-userver-test:
8+
runs-on ubuntu-latest
9+
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
14+
- name: src prepare
15+
run: |
16+
mkdir -p "${GITHUB_WORKSPACE}/distfiles"
17+
mkdir -p "${GITHUB_WORKSPACE}/packages"
18+
19+
- name: ebuild test
20+
uses: hacking-gentoo/action-ebuild-test@v1
21+
with:
22+
overlay-path: scripts/docs/en/deps/gentoo
23+
package: dev-cpp/userver
24+
version: "2.13"

0 commit comments

Comments
 (0)