Merge build and test stages of new CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a6314b0f0c
commit
9c54ed4683
@ -13,7 +13,7 @@ steps:
|
|||||||
- apt-get install -y git git-lfs
|
- apt-get install -y git git-lfs
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build & test
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
@ -22,9 +22,4 @@ steps:
|
|||||||
- tar -xf zig-linux-x86_64-$${ZIG_VERSION}.tar.xz
|
- tar -xf zig-linux-x86_64-$${ZIG_VERSION}.tar.xz
|
||||||
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
|
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
|
||||||
- zig build
|
- zig build
|
||||||
|
- zig build test
|
||||||
- name: test
|
|
||||||
image: ubuntu:latest
|
|
||||||
commands:
|
|
||||||
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
|
|
||||||
- zig build test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user