This website works better with JavaScript.
Home
Explore
Help
Sign In
natsukagami
/
youmubot
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Push rust to 1.44
pull/21/head
Natsu Kagami
10 months ago
parent
cfd848767d
commit
4a0c596ea5
Signed by:
natsukagami
<natsukagami@gmail.com>
GPG Key ID:
73376E117CD20735
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
.drone.yml
+ 3
- 3
.drone.yml
View File
@@ -10,12 +10,12 @@ trigger:
steps:
- name: format_check
image: rust:1.4
1
image: rust:1.4
4
commands:
- rustup component add rustfmt
- cargo fmt -- --check
- name: cargo_check
image: rust:1.4
1
image: rust:1.4
4
commands:
- cargo check
@@ -31,7 +31,7 @@ trigger:
steps:
- name: build_release
image: rust:1.4
1
image: rust:1.4
4
commands:
- cargo build --release
- name: deploy
Write
Preview
Loading…
Cancel
Save