Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
TST: Added enigma-types to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Apr 17, 2019
1 parent d3b6dc3 commit fd344ff
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,24 @@ pipeline:

tools_m:
group: tests
image: enigmampc/enigma-core:0.0.5
image: enigmampc/enigma-core:0.0.5-rocksdb-5.17.2
commands:
- . /root/.cargo/env
- cd enigma-tools-m
- RUSTFLAGS=-Awarnings cargo test
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx

enigma_types:
group: tests
image: enigmampc/enigma-core:0.0.5-rocksdb-5.17.2
commands:
- . /root/.cargo/env
- cd enigma-types
- RUSTFLAGS=-Awarnings cargo test
- RUSTFLAGS=-Awarnings cargo build --no-default-features
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=alloc

services:
ganache:
image: trufflesuite/ganache-cli:v6.1.6
Expand Down

0 comments on commit fd344ff

Please sign in to comment.