From 954871f6abc739a243bc4195be982cab29697477 Mon Sep 17 00:00:00 2001 From: rasul Date: Mon, 4 May 2020 19:14:18 -0500 Subject: [PATCH] put everything in one stage to make it go faster --- .gitlab-ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 762e43f..3e3103d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,22 +4,14 @@ build: stage: build script: - cargo build - -doc: - stage: build - script: + - cargo test - cargo doc - mv target/doc public artifacts: paths: - public -test: - stage: test - script: - - cargo test --doc - -pages: +deploy: stage: deploy script: - echo