asd
Some checks failed
on-push / build-and-test (push) Failing after 16s

This commit is contained in:
RYAN 2024-09-02 01:52:35 +02:00
parent 30999c2d1d
commit 3223d0c227
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -11,6 +11,6 @@ jobs:
- name: Init
run: bpkg create -d /build cc config.cxx=g++
- name: Build
run: cd /build && bpkg --yes build $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
- name: Test
run: cd /build && bpkg --yes test libcopy-test
run: cd /build && bpkg test --yes libcopy-test