Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Starcraft AI Course
PyCommandCenter
Commits
2c817e33
Commit
2c817e33
authored
8 months ago
by
Daniel de Leng
Browse files
Options
Downloads
Patches
Plain Diff
Test separate stages in CI
parent
1fdfbbd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
7
−
7
View file @
2c817e33
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
image
:
gitlab.liu.se:5000/starcraft-ai-course/pycommandcenter
stages
:
...
...
@@ -8,6 +5,8 @@ stages:
-
deploy
compile
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stage
:
compile
script
:
-
mkdir build
...
...
@@ -21,9 +20,10 @@ compile:
expire_in
:
10 minutes
only
:
-
master
-
python12_update
pages
:
variables
:
GIT_STRATEGY
:
none
stage
:
deploy
script
:
-
cd docs
...
...
@@ -37,9 +37,10 @@ pages:
-
public
only
:
-
master
-
python12_update
pack-linux
:
variables
:
GIT_STRATEGY
:
none
stage
:
deploy
script
:
-
cd build/python-api-src
...
...
@@ -51,5 +52,4 @@ pack-linux:
-
build/python-api-src/library.cpython-312-x86_64-linux-gnu.so
-
build/python-api-src/library.pyi
only
:
-
master
-
python12_update
\ No newline at end of file
-
master
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
2c817e33
...
...
@@ -3,7 +3,7 @@
FROM
ubuntu:24.04
LABEL
org.opencontainers.image.authors="daniel.de.leng@liu.se"
RUN
apt update
&&
apt
install
-y
build-essential cmake python3-full python3-pybind11 python3-pip python3-sphinx python3-sphinx-design python3-mypy
RUN
apt update
&&
apt
install
-y
build-essential cmake python3-full python3-pybind11 python3-pip python3-sphinx python3-sphinx-design python3-mypy
python3-mypy-extensions
ENV
HOME=/root
WORKDIR
/root
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