Test build-itself

This commit is contained in:
jpic 2020-07-06 08:58:36 +02:00
parent 9330125208
commit 47740f01f9

View File

@ -8,13 +8,13 @@ build:
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
stage: build
#build-itself:
# cache:
# key: cache
# paths: [.cache]
# image: shlax:$CI_COMMIT_SHORT_SHA
# script: python3 ./shlaxfile.py build
# stage: test
build-itself:
cache:
key: cache
paths: [.cache]
image: shlax:$CI_COMMIT_SHORT_SHA
script: python3 ./shlaxfile.py build
stage: test
test:
image: yourlabs/python