Attempt CI fix
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
3e734ccf74
commit
1a20d55599
|
@ -8,7 +8,8 @@ environment:
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
environment:
|
||||||
|
ZIG_VERSION: ${ZIG_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y xz-utils wget libsdl2-dev glslang-tools spirv-tools
|
- apt-get install -y xz-utils wget libsdl2-dev glslang-tools spirv-tools
|
||||||
|
@ -19,12 +20,16 @@ steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
environment:
|
||||||
|
ZIG_VERSION: ${ZIG_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
|
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
|
||||||
- zig build
|
- zig build
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
environment:
|
||||||
|
ZIG_VERSION: ${ZIG_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
|
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
|
||||||
- zig build test
|
- zig build test
|
Loading…
Reference in New Issue