Skip to content

Commit

Permalink
Make ci run (use-ink#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Müller authored Nov 5, 2020
1 parent f8f048f commit 5220d6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ variables:
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
RUST_LIB_BACKTRACE: "0"

# Necessary for building binaryen-sys, which is part of the binaryen dependency.
# Should be reverted once the `cargo-contract` ci image provides a clang version
# for which building `binaryen-sys` works (paritytech/scripts/#237).
CXX: "/usr/bin/clang++-8"

workflow:
rules:
- if: $CI_COMMIT_TAG
Expand Down

0 comments on commit 5220d6d

Please sign in to comment.