Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
3747eefc
Commit
3747eefc
authored
Feb 22, 2019
by
Valentin Reis
Browse files
Removes QMCPack from CI tests. This needs a new libnrm version.
parent
0364a3ff
Pipeline
#5556
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/applications.yml
View file @
3747eefc
...
...
@@ -23,13 +23,13 @@ buildAMG:
script
:
-
"
argonix
build
amg
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildQMCPack
:
extends
:
.build
script
:
-
"
argonix
build
qmcpack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
integration
-
notknl
#
buildQMCPack:
#
extends: .build
#
script:
#
- "argonix build qmcpack -g --argopkgs $ARGOPKGS $EXTRA --verbose"
#
tags:
#
- integration
#
- notknl
buildOpenMC
:
extends
:
.build
...
...
@@ -66,7 +66,7 @@ testLAMMPS:
script
:
-
"
argonix
build
testLAMMPS
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testQMCPack
:
extends
:
.applications
script
:
-
"
argonix
build
testQMCPack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
#
testQMCPack:
#
extends: .applications
#
script:
#
- "argonix build testQMCPack -g --argopkgs $ARGOPKGS $EXTRA --verbose"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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