diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 845df00..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -stages: - - build - -rust-latest: - stage: build - image: rust:latest - script: - - apt-get update - - apt-get -yq --no-install-recommends install cmake make gfortran - - cargo build --verbose - - cargo test --verbose - - cargo run -- --help - - ./run_tests.sh - -rust-nightly: - stage: build - image: rustlang/rust:nightly - script: - - cargo build --verbose - - cargo test --verbose - allow_failure: true |