mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Revert "Merge pull request #200 from sigp/new-structure"
This reverts commitd7a3545be1, reversing changes made to1da06c156c.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -1,6 +1,4 @@
|
||||
language: rust
|
||||
git:
|
||||
submodules: false
|
||||
before_install:
|
||||
- curl -OL https://github.com/google/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip
|
||||
- unzip protoc-3.4.0-linux-x86_64.zip -d protoc3
|
||||
@@ -8,15 +6,10 @@ before_install:
|
||||
- sudo mv protoc3/include/* /usr/local/include/
|
||||
- sudo chown $USER /usr/local/bin/protoc
|
||||
- sudo chown -R $USER /usr/local/include/google
|
||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- cargo build --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
||||
- cargo build --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
||||
- cargo build --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
||||
- cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
|
||||
- cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml
|
||||
- cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
- cargo fmt --all -- --check
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
|
||||
Reference in New Issue
Block a user