Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
ae95ea41
Commit
ae95ea41
authored
May 13, 2019
by
Valentin Reis
Browse files
remove grafting temporarily
parent
5ccec4bd
Pipeline
#7290
failed with stages
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/applications.yml
View file @
ae95ea41
...
...
@@ -28,52 +28,52 @@
buildAMG
:
extends
:
.build
script
:
-
"
argonix
build
amg
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
amg
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildQMCPack
:
extends
:
.build
script
:
-
"
argonix
build
qmcpack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
qmcpack
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildOpenMC
:
extends
:
.build
script
:
-
"
argonix
build
openmc
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
openmc
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildSTREAM
:
extends
:
.build
script
:
-
"
argonix
build
stream
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
stream
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
buildLAMMPS
:
extends
:
.build
script
:
-
"
argonix
build
lammps
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
lammps
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testAMG
:
extends
:
.applications
script
:
-
"
argonix
build
testAMG
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
testAMG
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testSTREAM
:
extends
:
.applications
script
:
-
"
argonix
build
testSTREAM
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
testSTREAM
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testOpenMC
:
extends
:
.applications
script
:
-
"
argonix
build
testOpenMC
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
testOpenMC
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testQMCPack
:
extends
:
.applications
script
:
-
"
argonix
build
testQMCPack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
testQMCPack
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testLAMMPS
:
extends
:
.applications
script
:
-
"
argonix
build
testLAMMPS
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
build
testLAMMPS
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
#testQMCPack:
#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