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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
PySWIFTsim
Merge requests
!11
Update CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update CI
update_CI
into
master
Overview
0
Commits
1
Changes
1
Merged
Loic Hausammann
requested to merge
update_CI
into
master
5 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
160c7fae
1 commit,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -23,7 +23,7 @@ before_script:
-
git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git --single-branch --branch master
-
cd swiftsim
-
./autogen.sh
-
./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
-
./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
--disable-hand-vec
-
make -j
4
-
cd ..
@@ -37,4 +37,4 @@ before_script:
test
:
script
:
-
cd tests
-
./run_tests.sh
\ No newline at end of file
-
./run_tests.sh
Loading