Attempt CI fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2024-07-07 00:46:11 +02:00
parent 3e734ccf74
commit 1a20d55599
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,8 @@ environment:
steps:
- name: setup
image: ubuntu:latest
environment:
ZIG_VERSION: ${ZIG_VERSION}
commands:
- apt-get update
- apt-get install -y xz-utils wget libsdl2-dev glslang-tools spirv-tools
@ -19,12 +20,16 @@ steps:
- name: build
image: ubuntu:latest
environment:
ZIG_VERSION: ${ZIG_VERSION}
commands:
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
- zig build
- name: test
image: ubuntu:latest
environment:
ZIG_VERSION: ${ZIG_VERSION}
commands:
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-${ZIG_VERSION}
- zig build test