You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:31:49 UTC

[buildstream] 02/04: WIP

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch jjardon/security-scanner
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ec11c24abdaf105222e24f94219dbdedf263851f
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sat Nov 23 17:13:58 2019 +0900

    WIP
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821d643..1923495 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ variables:
   EXTERNAL_TESTS_COMMAND: "tox -e py{35,36,37}-external -- ${PYTEST_ARGS}"
   COVERAGE_PREFIX: "${CI_JOB_NAME}."
 
+before_script:
+  - apt-get update && apt-get install -y cython cython3
 
 #####################################################
 #                    Test stage                     #