Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
PySWIFTsim
Merge requests
!7
Change clone to fetch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Change clone to fetch
new_implementation
into
master
Overview
0
Commits
21
Changes
1
Merged
Change clone to fetch
Loic Hausammann
requested to merge
new_implementation
into
master
May 21, 2019
Overview
0
Commits
21
Changes
1
0
0
Merge request reports
Viewing commit
d31c9696
Prev
Next
Show latest version
1 file
+
12
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d31c9696
Add test_cooling to CI
· d31c9696
Loic Hausammann
authored
May 22, 2019
.gitlab-ci.yml
+
12
−
2
View file @ d31c9696
Edit in single-file editor
Open in Web IDE
Show full file
@@ -20,7 +20,17 @@ before_script:
@@ -20,7 +20,17 @@ before_script:
-
./autogen.sh
-
./autogen.sh
-
./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
-
./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
-
make -j
4
-
make -j
4
-
cd ..
test_build
:
# compile pyswiftsim
-
python setup.py install --user
# compile the docs
-
cd docs
-
make html
test
:
script
:
script
:
-
python setup.py build
-
cd test
\ No newline at end of file
-
./getCoolingTable.sh
-
./test_cooling.py
\ No newline at end of file
Loading