Try more build
This commit is contained in:
parent
70e354dd02
commit
0ac1764464
@ -1,16 +1,20 @@
|
|||||||
build:
|
build:
|
||||||
cache:
|
|
||||||
key: cache
|
|
||||||
paths: [.cache]
|
|
||||||
image: quay.io/buildah/stable
|
|
||||||
script:
|
|
||||||
- dnf install -y curl python38
|
- dnf install -y curl python38
|
||||||
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
- python3 get-pip.py
|
- python3 get-pip.py
|
||||||
|
script:
|
||||||
- pip3 install -U --user -e .[cli]
|
- pip3 install -U --user -e .[cli]
|
||||||
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
|
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
build-itself:
|
||||||
|
cache:
|
||||||
|
key: cache
|
||||||
|
paths: [.cache]
|
||||||
|
image: shlax:$CI_COMMIT_SHORT_SHA
|
||||||
|
script: python3 ./shlaxfile.py build
|
||||||
|
stage: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: yourlabs/python
|
image: yourlabs/python
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user