From c4fc38432d13f22751443d355aaaeab56a811d46 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Tue, 9 Jul 2019 22:05:43 +0200 Subject: [PATCH] #42 run baselines in ci --- .gitlab-ci.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e39e367..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,33 +0,0 @@ -image: themattrix/tox - -########################################## -########################################## -## We have to set the following env vars -## in the admin interface : -## - AWS_DEFAULT_REGION -## - BUCKET_NAME -## - AWS_ACCESS_KEY_ID -## - AWS_SECRET_ACCESS_KEY - -stages: - - tests - - benchmarks_and_profiling - - deploy_docs -cache: - paths: - - .tox - -before_script: - - echo "Setting Up...." - -tests: - stage: tests - script: - - apt update - - apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev - - pip install tox - - xvfb-run tox -v --recreate - - - - -- GitLab