Skip to content
Snippets Groups Projects
Commit c08e08b9 authored by Bastien Abadie's avatar Bastien Abadie Committed by Erwan Rouchet
Browse files

Build arkindex source code with nuitka, but do not expose as docker image

parent 25d20f1d
No related branches found
No related tags found
1 merge request!2206Build arkindex source code with nuitka, but do not expose as docker image
......@@ -158,7 +158,7 @@ backend-build:
script:
- ci/build.sh Dockerfile
backend-build-binary:
backend-build-binary-docker:
stage: build
image: docker:19.03.1
services:
......@@ -180,6 +180,21 @@ backend-build-binary:
script:
- ci/build.sh Dockerfile.binary "-binary"
# Make sure arkindex is always compatible with Nuitka
backend-build-binary:
stage: build
image: python:3.10
before_script:
- pip install nuitka
script:
- python -m nuitka --nofollow-imports --include-package=arkindex --nofollow-import-to=*.tests arkindex/manage.py
except:
- schedules
backend-static-deploy:
stage: deploy
image: python:3-slim
......
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