test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
blackbeard420 2021-12-08 18:24:20 -05:00
parent 7cd8b50fd5
commit 200e5125f9
Signed by: blackbeard420
GPG Key ID: 88C719E09CDDA4A5

View File

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