Fetch repository content using bpkg
Some checks failed
on-push / build-and-test (push) Failing after 5s

This commit is contained in:
RYAN 2024-09-02 02:31:47 +02:00
parent aa48b0a903
commit 8fd0809be9
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82
2 changed files with 15 additions and 8 deletions

View File

@ -8,11 +8,14 @@ jobs:
volumes: volumes:
- /build - /build
steps: steps:
- name: Check out repository code - name: Login (.netrc)
uses: actions/checkout@v4 run: |
- name: Initialize echo machine code.helloryan.se >> ~/.netrc
run: bdep init -C /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror" echo login $GITHUB_ACTOR >> ~/.netrc
- name: Build echo password ${{ secrets.GITEA_TOKEN}} >> ~/.netrc
run: b - name: Initialize (bpkg)
- name: Test run: bpkg create -d /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror"
run: b test - name: Build (bpkg)
run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
- name: Test (bpkg)
run: cd /build && bpkg test libarc-uri

View File

@ -5,3 +5,7 @@ summary: libarc-uri project repository
role: prerequisite role: prerequisite
location: https://pkg.cppget.org/1/beta location: https://pkg.cppget.org/1/beta
trust: 70:64:FE:E4:E0:F3:60:F1:B4:51:E1:FA:12:5C:E0:B3:DB:DF:96:33:39:B9:2E:E5:C2:68:63:4C:A6:47:39:43 trust: 70:64:FE:E4:E0:F3:60:F1:B4:51:E1:FA:12:5C:E0:B3:DB:DF:96:33:39:B9:2E:E5:C2:68:63:4C:A6:47:39:43
:
role: prerequisite
location: ../copy.git##HEAD