Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id
go-sso
Commits
55ebe969
Commit
55ebe969
authored
Mar 18, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to standard CI
parent
6bc5f795
Pipeline
#2535
passed with stages
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
48 deletions
+1
-48
.gitlab-ci.yml
.gitlab-ci.yml
+1
-48
No files found.
.gitlab-ci.yml
View file @
55ebe969
stages
:
-
test
-
build_src
-
build_pkg
-
upload
test
:
stage
:
test
image
:
"
ai/test:go"
script
:
-
"
go
get
-u
github.com/jstemmer/go-junit-report"
-
"
go-test-runner
./...
2>&1
|
$HOME/go/bin/go-junit-report
>
junit.xml"
artifacts
:
reports
:
junit
:
junit.xml
build:src:
stage
:
build_src
image
:
"
ai/build:stretch"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
only
:
-
master
build:pkg:
stage
:
build_pkg
image
:
"
ai/build:stretch"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
only
:
-
master
upload:pkg:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages
-r
ai3"
dependencies
:
-
build:pkg
only
:
-
master
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
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