Attempt removal of pushd / popd command dependency
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kayomn 2022-10-01 20:34:21 +01:00
parent e5f94fda0f
commit 3b234a175b
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ steps:
commands:
- apk update && apk add curl xz
- mkdir -p /deps
- pushd /deps
- cd /deps
- curl https://ziglang.org/deps/zig+llvm+lld+clang-$(uname -m)-linux-musl-0.9.1.tar.xz -O
- tar xf zig+llvm+lld+clang-$(uname -m)-linux-musl-0.9.1.tar.xz
- mv zig+llvm+lld+clang-$(uname -m)-linux-musl-0.9.1/ local/
- popd
- cd /drone/src/
- RUN apk --no-cache add libc-dev
- zig test src/main.zig