From 2e129f4668d4ca43a13d0eb18a539d0e0637e896 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Sun, 24 Dec 2017 13:52:35 +0000 Subject: [PATCH] Revert "Merge branch 'master' into 'master'" This reverts merge request !9 --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38bf86be..508a7b2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ test:stable: image: "rust" script: - rustc --version && cargo --version - # Force regeneration of gresources regardless of artifacts chage - - cd fractal-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../ - cargo build --all - cargo test --all --verbose cache: @@ -34,8 +32,6 @@ test:nightly: image: "rustlang/rust:nightly" script: - rustc --version && cargo --version - # Force regeneration of gresources regardless of artifacts chage - - cd fractal-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../ - cargo build --all - cargo test --all --verbose # - cargo bench @@ -64,8 +60,6 @@ lint:clippy: image: "rustlang/rust:nightly" script: - rustc --version && cargo --version - # Force regeneration of gresources regardless of artifacts chage - - cd fractal-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../ - cargo install clippy - cargo clippy --all cache: