Skip to content
Snippets Groups Projects
Commit 1d9f58ac authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do git management in ci script

parent bd76eabd
No related branches found
No related tags found
No related merge requests found
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: none
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: none
before_script: before_script:
- | - |
apt-get update -qq && apt-get update -qq &&
apt-get install -qq \ apt-get install -qq \
autopoint \ autopoint \
autoconf \
automake \
bison \ bison \
build-essential \ build-essential \
clang \ clang \
...@@ -34,6 +36,8 @@ before_script: ...@@ -34,6 +36,8 @@ before_script:
build: build:
script: script:
- | - |
git pull &&
git submodule update --init --recursive &&
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
cargo install cargo-config xargo && cargo install cargo-config xargo &&
make ci make ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment