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:
|
script:
|
||||||
- apt-get -y install rustup libdbus-glib-1-dev
|
- apt-get -y install rustup libdbus-glib-1-dev
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
# - echo $CARGO_HOME
|
|
||||||
# - rustup toolchain install stable
|
|
||||||
# - rustup update
|
|
||||||
- cargo install cargo-deb
|
- cargo install cargo-deb
|
||||||
- cargo deb
|
- mkdir ./build;cargo deb --output ./build
|
||||||
- ls .
|
|
||||||
- ls ..
|
|
||||||
|
|
||||||
# The files which are to be made available in GitLab
|
# The files which are to be made available in GitLab
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Reference in a new issue