This commit is contained in:
parent
3223d0c227
commit
3927e17954
@ -13,4 +13,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
|
run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cd /build && bpkg test --yes libcopy-test
|
run: cd /build && bpkg test libcopy-test
|
||||||
|
@ -2,6 +2,8 @@ intf_libs = # Interface dependencies.
|
|||||||
impl_libs = # Implementation dependencies.
|
impl_libs = # Implementation dependencies.
|
||||||
#import xxxx_libs += libhello%lib{hello}
|
#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
|
lib{copy-test}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
|
||||||
|
|
||||||
hxx{version}: in{version} $src_root/manifest
|
hxx{version}: in{version} $src_root/manifest
|
||||||
|
Loading…
Reference in New Issue
Block a user