mirror of https://github.com/Tim-Paik/neutauri.git
test drone
This commit is contained in:
parent
6bddb73719
commit
de232601a8
|
@ -7,7 +7,7 @@ steps:
|
|||
image: ubuntu:latest
|
||||
commands:
|
||||
- echo '========Install the necessary environment========'
|
||||
- apt update && apt install curl gcc git libwebkit2gtk-4.0-dev libappindicator3-dev
|
||||
- apt update && apt install -y curl gcc git libwebkit2gtk-4.0-dev libappindicator3-dev
|
||||
- echo '========Install the Rust toolchain========'
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && source $HOME/.cargo/env
|
||||
- echo '========Compile the Neutauri binary========'
|
||||
|
|
Loading…
Reference in New Issue