Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
predictable_parallel_patterns
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a1a7481f
authored
6 years ago
by
FritzFlorian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add library build as ci output.
parent
4ad4b179
master
…
v0.2.0
v0.1
V0.1.1
Pipeline
#1096
passed with stages
in 1 minute 39 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
.gitlab-ci.yml
+1
-1
ci_scripts/build_cmake_release.sh
+7
-0
No files found.
.gitlab-ci.yml
View file @
a1a7481f
...
...
@@ -11,7 +11,7 @@ build_cmake:
./ci_scripts/build_cmake_release.sh
artifacts
:
paths
:
-
cmake-build-release/bin
/
-
release
/
run_tests
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
ci_scripts/build_cmake_release.sh
View file @
a1a7481f
...
...
@@ -5,5 +5,12 @@ cd cmake-build-release
cmake ..
-DCMAKE_BUILD_TYPE
=
RELEASE
-DTHREAD_SANITIZER
=
OFF
make
rm
-r
-f
../release
mkdir ../release
cp
-r
bin/ ../release/bin
cp
-r
lib/ ../release/lib
cp
-r
../lib/pls/include/ ../release/include/
rm
-f
-r
../release/lib/pls
# echo the result of make to show it in gitlab
exit
$?
This diff is collapsed.
Click to expand it.
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