This commit is contained in:
parent
30999c2d1d
commit
3223d0c227
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user