This commit is contained in:
parent
a9195304d9
commit
30999c2d1d
@ -11,6 +11,6 @@ jobs:
|
|||||||
- name: Init
|
- name: Init
|
||||||
run: bpkg create -d /build cc config.cxx=g++
|
run: bpkg create -d /build cc config.cxx=g++
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd /build && bpkg --trust-yes build $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
|
run: cd /build && bpkg --yes build $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cd /build && bpkg --trust-yes test libcopy-test
|
run: cd /build && bpkg --yes test libcopy-test
|
||||||
|
Loading…
Reference in New Issue
Block a user