fix ci attempt 2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
LordMZTE 2021-06-18 23:38:47 +02:00
parent 32e5bcaa35
commit 9e4af039f4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ steps:
- name: test-linux
image: rust
commands:
- apt update
- apt install cmake
- cargo test -v
---
@ -13,6 +14,7 @@ steps:
- name: release-linux
image: rust
commands:
- apt update
- apt install cmake
- cargo build --release -v