Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
c08e08b9
Commit
c08e08b9
authored
1 year ago
by
Bastien Abadie
Committed by
Erwan Rouchet
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Build arkindex source code with nuitka, but do not expose as docker image
parent
25d20f1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2206
Build arkindex source code with nuitka, but do not expose as docker image
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
with
16 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
c08e08b9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment