Moved the GitLab format check up in priority.
This commit is contained in:
parent
1276a2812e
commit
dc8e879eda
@ -16,6 +16,11 @@ before_script:
|
|||||||
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y clang libclang-dev cmake build-essential git unzip autoconf libtool
|
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y clang libclang-dev cmake build-essential git unzip autoconf libtool
|
||||||
- git clone https://github.com/google/protobuf.git && cd protobuf && ./autogen.sh && ./configure && make && make install && ldconfig && make clean && cd .. && rm -r protobuf
|
- git clone https://github.com/google/protobuf.git && cd protobuf && ./autogen.sh && ./configure && make && make install && ldconfig && make clean && cd .. && rm -r protobuf
|
||||||
|
|
||||||
|
check-fmt:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
test-dev:
|
test-dev:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
@ -26,11 +31,6 @@ test-release:
|
|||||||
script:
|
script:
|
||||||
- cargo test --verbose --all --release
|
- cargo test --verbose --all --release
|
||||||
|
|
||||||
check-fmt:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- cargo fmt --all -- --check
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: doc
|
stage: doc
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user