Start running tests as part of CI pipeline #1

Merged
kayomn merged 6 commits from ci-tests into main 2022-10-01 21:41:09 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f555e6bf30 - Show all commits

View File

@ -12,5 +12,5 @@ steps:
- 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/
- cd /drone/src/
- RUN apk --no-cache add libc-dev
- apk --no-cache add libc-dev
- zig test src/main.zig