asd
All checks were successful
on-push / build-and-test (push) Successful in 18s

This commit is contained in:
RYAN 2024-09-02 01:53:43 +02:00
parent 3223d0c227
commit 3927e17954
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,4 @@ jobs:
- name: Build
run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
- name: Test
run: cd /build && bpkg test --yes libcopy-test
run: cd /build && bpkg test libcopy-test

View File

@ -2,6 +2,8 @@ intf_libs = # Interface dependencies.
impl_libs = # Implementation dependencies.
#import xxxx_libs += libhello%lib{hello}
import impl_libs =+ libarc-uri%lib{arc-uri}
lib{copy-test}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
hxx{version}: in{version} $src_root/manifest