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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Alexander Reinauer
lbmpy
Compare revisions
master to win
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
alexander.reinauer/lbmpy
Select target project
No results found
win
Select Git revision
Swap
Target
pycodegen/lbmpy
Select target project
ravi.k.ayyala/lbmpy
brendan-waters/lbmpy
anirudh.jonnalagadda/lbmpy
jbadwaik/lbmpy
alexander.reinauer/lbmpy
itischler/lbmpy
he66coqe/lbmpy
ev81oxyl/lbmpy
Bindgen/lbmpy
da15siwa/lbmpy
holzer/lbmpy
RudolfWeeber/lbmpy
pycodegen/lbmpy
13 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix windows build
· ea8289e1
Michael Kuron
authored
4 years ago
ea8289e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
1 addition
and
0 deletions
.gitlab-ci.yml
View file @
ea8289e1
...
@@ -100,6 +100,7 @@ minimal-windows:
...
@@ -100,6 +100,7 @@ minimal-windows:
-
source activate pystencils_dev
-
source activate pystencils_dev
-
env
-
env
-
conda env list
-
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
-
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 -c "import numpy"
-
python setup.py quicktest
-
python setup.py quicktest
...
...
This diff is collapsed.
Click to expand it.