Skip to content
Snippets Groups Projects
Commit 9018244b authored by q3k's avatar q3k Committed by rahix
Browse files

fix(ci): Add pillow & fix build-stage

parent 41a5c1d2
No related branches found
No related tags found
No related merge requests found
# maintained by q3k, built using docker/build-env
image: "registry.k0.hswaw.net/q3k/card10-build-env:20190725-110707Z-4f3bf2a"
image: "registry.k0.hswaw.net/q3k/card10-build-env:20190729-231409Z-635fb98"
build:
stage: build
......@@ -7,6 +7,9 @@ build:
- ./bootstrap.sh
- ninja -C build/
- arm-none-eabi-size build/bootloader/bootloader.elf build/epicardium/epicardium.elf build/pycardium/pycardium.elf
only:
- merge_requests
- master
lint:
stage: test
......
......@@ -9,6 +9,6 @@ RUN set -e -x ;\
python3-pip ;\
apt-get install -y -t stretch-backports \
meson ;\
pip3 install crc16 ;\
pip3 install crc16 pillow ;\
rm -rf /var/lib/apt/lists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment