From 9c54ed4683419b766b9c8f9d5736fc7639009011 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 7 Jul 2024 01:44:26 +0200 Subject: [PATCH] Merge build and test stages of new CI --- .drone.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4587b05..0bbe9c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - apt-get install -y git git-lfs - git submodule update --init --recursive - - name: build + - name: build & test image: ubuntu:latest commands: - apt-get update @@ -22,9 +22,4 @@ steps: - tar -xf zig-linux-x86_64-$${ZIG_VERSION}.tar.xz - export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION} - zig build - - - name: test - image: ubuntu:latest - commands: - - export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION} - - zig build test \ No newline at end of file + - zig build test