Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aml
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
aml
Commits
77ea85bf
Commit
77ea85bf
authored
Jun 05, 2019
by
Kyle Shaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing nix commands, testing with make generic
parent
9f9d9952
Pipeline
#7595
failed with stage
in 18 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
.ecp-ci.yml
.ecp-ci.yml
+7
-4
No files found.
.ecp-ci.yml
View file @
77ea85bf
...
...
@@ -10,7 +10,7 @@ stages:
-
docs
-
release
repoquality
:
.
repoquality
:
stage
:
style
script
:
-
nix run -f "$ARGOPKGS" repoquality --command repoquality
...
...
@@ -18,7 +18,7 @@ repoquality:
-
ecp-theta
-
shell
checkpatch
:
.
checkpatch
:
stage
:
style
tags
:
-
ecp-theta
...
...
@@ -26,8 +26,11 @@ checkpatch:
script
:
-
nix run -f "$ARGOPKGS" checkpatch --command checkpatch.pl
.
make:generic:
make:generic:
stage
:
build
tags
:
-
ecp-theta
-
shell
except
:
-
/^wip.*/
-
/^WIP.*/
...
...
@@ -37,7 +40,7 @@ checkpatch:
-
./configure --prefix=`pwd`/build
-
make
-
make check
-
make install
#
- make install
artifacts
:
when
:
on_failure
paths
:
...
...
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