gitlab: install python and essential packages before calling cue.py

This commit is contained in:
Ralph Lange
2020-06-22 18:17:13 +02:00
parent 7744772be6
commit 1c748ae291

View File

@@ -27,6 +27,7 @@ unit_test:
variables:
SET: test00
before_script:
- apt-get update -qq && apt-get install -y -qq make git python
- python cue-test.py env
script:
- python cue-test.py
@@ -35,6 +36,7 @@ unit_test:
.build:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq build-essential git python curl
- python cue.py prepare
script:
- python cue.py build