update pipeline
This commit is contained in:
parent
dd2db922d9
commit
5886efb0eb
1 changed files with 1 additions and 6 deletions
|
@ -12,13 +12,8 @@ run-build:
|
|||
script:
|
||||
- apt-get -y install rustup libdbus-glib-1-dev
|
||||
- rustup default stable
|
||||
# - echo $CARGO_HOME
|
||||
# - rustup toolchain install stable
|
||||
# - rustup update
|
||||
- cargo install cargo-deb
|
||||
- cargo deb
|
||||
- ls .
|
||||
- ls ..
|
||||
- mkdir ./build;cargo deb --output ./build
|
||||
|
||||
# The files which are to be made available in GitLab
|
||||
artifacts:
|
||||
|
|
Reference in a new issue