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
Merge requests
!60
Fix Windows CI job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix Windows CI job
win
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Closed
Michael Kuron
requested to merge
win
into
master
4 years ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
Failing builds (
https://i10git.cs.fau.de/pycodegen/lbmpy/-/jobs/530612
) since
!57 (merged)
.
0
0
Merge request reports
Compare
master
version 3
09ffd70f
4 years ago
version 2
47c64d02
4 years ago
version 1
ea8289e1
4 years ago
master (base)
and
version 1
latest version
ea8289e1
1 commit,
4 years ago
version 3
09ffd70f
3 commits,
4 years ago
version 2
47c64d02
2 commits,
4 years ago
version 1
ea8289e1
1 commit,
4 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
0
Options
@@ -100,6 +100,7 @@ minimal-windows:
-
source activate pystencils_dev
-
env
-
conda env list
-
conda install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
-
pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
python -c "import numpy"
-
python setup.py quicktest
Loading