mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-13 16:24:44 +00:00
9 lines
255 B
YAML
9 lines
255 B
YAML
sudo: required
|
|
services:
|
|
- docker
|
|
before_install:
|
|
- docker pull statusteam/nim-base
|
|
script:
|
|
- docker run statusteam/nim-base nim --version
|
|
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble install -dy && nimble test"
|