drone update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
blackbeard420 2021-12-08 18:17:18 -05:00
parent a071f04f14
commit 71aca6c3b0
Signed by: blackbeard420
GPG Key ID: 88C719E09CDDA4A5

View File

@ -6,6 +6,6 @@ steps:
- name: build-test
image: voidlinux/voidlinux
commands:
- xbps-install -Sy gcc make
- xbps-install -Sy gcc make rust
- cd c && make && ./run_all.sh && cd ..
- cd rust && ./run_all.sh && cd ..