Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
45cbfed1
Commit
45cbfed1
authored
Jun 10, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes QMCPack from CI - build times too high.
parent
2d128a30
Pipeline
#7619
passed with stages
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gitlab-ci/applications.yml
gitlab-ci/applications.yml
+8
-8
No files found.
gitlab-ci/applications.yml
View file @
45cbfed1
...
...
@@ -30,10 +30,10 @@ buildAMG:
script
:
-
"
argonix
build
amg
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildQMCPack
:
extends
:
.build
script
:
-
"
argonix
build
qmcpack
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
#
buildQMCPack:
#
extends: .build
#
script:
#
- "argonix build qmcpack --argopkgs $ARGOPKGS $EXTRA --verbose"
buildOpenMC
:
extends
:
.build
...
...
@@ -65,10 +65,10 @@ testOpenMC:
script
:
-
"
argonix
build
testOpenMC
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testQMCPack
:
extends
:
.applications
script
:
-
"
argonix
build
testQMCPack
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
#
testQMCPack:
#
extends: .applications
#
script:
#
- "argonix build testQMCPack --argopkgs $ARGOPKGS $EXTRA --verbose"
testLAMMPS
:
extends
:
.applications
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment