Initial POC

This commit is contained in:
Zykino
2023-01-07 17:08:44 +01:00
commit 7c765fd48e
8 changed files with 537 additions and 0 deletions

35
examples/openSUSE.yml Normal file
View File

@ -0,0 +1,35 @@
systems:
- fetch:
command:
exe: sudo
params:
- zypper
- refresh
current_dir: null
env: {}
compile: null
install:
command:
exe: sudo
params:
- zypper
- dup
current_dir: null
env: {}
- install:
command:
exe: rustup
params:
- update
current_dir: null
env: {}
- install:
command:
exe: cargo
params:
- install-update
- -a
current_dir: null
env: {}
steps: Install
nice: null