Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pycodegen
lbmpy
Commits
37fb1ede
Commit
37fb1ede
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Plain Diff
Merge branch 'RemoveWindows' into 'master'
Remove windows from CI See merge request
!148
parents
f438ddd7
fa2e01f8
No related branches found
No related tags found
1 merge request
!148
Remove windows from CI
Pipeline
#54343
passed
1 year ago
Stage: pretest
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-16
16 additions, 16 deletions
.gitlab-ci.yml
with
16 additions
and
16 deletions
.gitlab-ci.yml
+
16
−
16
View file @
37fb1ede
...
...
@@ -113,22 +113,22 @@ latest-python:
junit
:
report.xml
# Minimal tests in windows environment
minimal-windows
:
stage
:
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
tags
:
-
win
script
:
-
export NUM_CORES=$(nproc --all)
-
export MPLBACKEND=Agg
-
source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
-
source activate pystencils
-
pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python -c "import numpy"
-
pip install sympy==1.9
-
py.test -v -m "not (notebook or longrun)"
#
minimal-windows:
#
stage: test
#
except:
#
variables:
#
- $ENABLE_NIGHTLY_BUILDS
#
tags:
#
- win
#
script:
#
- export NUM_CORES=$(nproc --all)
#
- export MPLBACKEND=Agg
#
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
#
- source activate pystencils
#
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
#
- python -c "import numpy"
#
- pip install sympy==1.9
#
- py.test -v -m "not (notebook or longrun)"
minimal-sympy-master
:
stage
:
test
...
...
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