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
ae95ea41
Commit
ae95ea41
authored
May 13, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
gitlab-ci/applications.yml
gitlab-ci/applications.yml
+10
-10
No files found.
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