test: build, init & test in one stage

This commit is contained in:
decentral1se 2023-10-04 14:37:09 +02:00
parent ab6107610c
commit dc5d3a8dd6
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -12,6 +12,8 @@ steps:
environment: environment:
ABRA_DIR: "/root/.abra" ABRA_DIR: "/root/.abra"
commands: commands:
- make build-abra
- ./abra help # show version, initialise $ABRA_DIR
- make test - make test
depends_on: depends_on:
- make check - make check