Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
eb22ae3e
Commit
eb22ae3e
authored
Sep 04, 2018
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CI): added artifacts
parent
f994943f
Pipeline
#2692
failed with stage
in 21 minutes 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
uniset-check.sh
.daas/addons/uniset-check.sh
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+12
-0
No files found.
.daas/addons/uniset-check.sh
View file @
eb22ae3e
...
...
@@ -3,5 +3,5 @@
ping
-c
3 localhost
||
exit
1
./autogen.sh
&&
./configure
--disable-docs
&&
jmake
||
exit
1
cd
testsuite
make check
#
cd testsuite
#
make check
.gitlab-ci.yml
View file @
eb22ae3e
variables
:
DAAS_IMAGE_POSTFIX
:
"
-${CI_COMMIT_REF_NAME}"
ARTIFACTS_PATH
:
"
artifacts"
stages
:
-
build
...
...
@@ -9,6 +10,17 @@ build and test:
script
:
-
daas rpmbuild sisyphus --use-ccache --ccache ${CI_PROJECT_DIR}/ccache uniset-check.sh
#- daas rpmbuild --use-ccache --ccache ${CI_PROJECT_DIR}/ccache p8 uniset-check.sh
-
ccache -c
after_script
:
-
mkdir -p ${CI_PROJECT_DIR}/${ARTIFACTS_PATH}
-
cp -ar ${CI_PROJECT_DIR}/testsuite ${CI_PROJECT_DIR}/${ARTIFACTS_PATH}/
artifacts
:
paths
:
-
${CI_PROJECT_DIR}/${ARTIFACTS_PATH}/*
when
:
always
expire_in
:
5d
cache
:
key
:
"
${CI_PROJECT_NAME}"
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