2021-12-04 21:59:26 -05:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: gcc
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build-test
|
|
|
|
image: voidlinux/voidlinux
|
|
|
|
commands:
|
2021-12-08 18:24:20 -05:00
|
|
|
- xbps-install -Sy gcc make rustup
|
|
|
|
- rustup install stable
|
2021-12-08 18:16:32 -05:00
|
|
|
- cd c && make && ./run_all.sh && cd ..
|
|
|
|
- cd rust && ./run_all.sh && cd ..
|