Initial POC
This commit is contained in:
35
examples/openSUSE.yml
Normal file
35
examples/openSUSE.yml
Normal 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
|
Reference in New Issue
Block a user