Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDoctor authored Apr 12, 2020
1 parent 3600d04 commit 791b113
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ name: default

steps:
- name: format
image: truedoctor/rust-wasm:nightly-2020-02-28
image: truedoctor/rust-wasm:nightly-2020-02-28-1
pull: if-not-exists
commands:
- nix-shell --run 'cargo make check-format' --arg inCI true # check formatting for all projects
- name: build
image: truedoctor/rust-wasm:nightly-2020-02-28
image: truedoctor/rust-wasm:nightly-2020-02-28-1
pull: if-not-exists
commands:
- nix-shell --run 'cargo make all' --arg inCI true # build all projects
- name: test
image: truedoctor/rust-wasm:nightly-2020-02-28
image: truedoctor/rust-wasm:nightly-2020-02-28-1
pull: if-not-exists
commands:
- nix-shell --run 'cargo make test' --arg inCI true # test all projects
- name: doc
image: truedoctor/rust-wasm:nightly-2020-02-28
image: truedoctor/rust-wasm:nightly-2020-02-28-1
pull: if-not-exists
when:
branch:
Expand All @@ -29,7 +29,7 @@ steps:
commands:
- nix-shell --run 'cargo doc --no-deps' --arg inCI true # document all projects
- name: demo
image: truedoctor/rust-wasm:nightly-2020-02-28
image: truedoctor/rust-wasm:nightly-2020-02-28-1
pull: if-not-exists
when:
branch:
Expand Down

0 comments on commit 791b113

Please sign in to comment.