This commit is contained in:
parent
464b186cc2
commit
412836cdd4
16
.drone.yml
16
.drone.yml
@ -3,10 +3,20 @@ type: docker
|
|||||||
name: gcc
|
name: gcc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-test
|
- name: c-test
|
||||||
image: voidlinux/voidlinux
|
image: voidlinux/voidlinux
|
||||||
commands:
|
commands:
|
||||||
- xbps-install -Sy gcc make rustup
|
- xbps-install -Sy gcc make
|
||||||
- rustup-init --default-toolchain stable
|
|
||||||
- cd c && make && ./run_all.sh && cd ..
|
- cd c && make && ./run_all.sh && cd ..
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: rust
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: rust-test
|
||||||
|
image: rust:latest
|
||||||
|
commands:
|
||||||
- cd rust && ./run_all.sh && cd ..
|
- cd rust && ./run_all.sh && cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user