From 99b6fe57e94d948a18894b67b62e3c565cd4a719 Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Wed, 18 Sep 2019 12:32:11 +0530 Subject: [PATCH] extend test template --- .gitlab-ci.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e69dd3f..8e0fa64e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,28 +7,17 @@ variables: include: - 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v3/common.yml' -.flux: - extends: .test - script: - - julia -e 'using InteractiveUtils; - versioninfo()' - - mkdir $JULIA_DEPOT_PATH # Pkg3.jl#325 - - julia --project -e 'using Pkg; - Pkg.instantiate(); - Pkg.build(); - Pkg.test(; coverage=true);' - test:v1.0: - extends: .flux + extends: .test variables: CI_VERSION_TAG: 'v1.0' test:v1.1: - extends: .flux + extends: .test variables: CI_VERSION_TAG: 'v1.1' test:v1.2: - extends: .flux + extends: .test variables: CI_VERSION_TAG: 'v1.2'