Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chaos_bundle_compilation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaos-lnf-control
chaos_bundle_compilation
Commits
18c92709
There was a problem fetching the pipeline summary.
Commit
18c92709
authored
7 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
329a0493
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-1
8 additions, 1 deletion
.gitlab-ci.yml
with
8 additions
and
1 deletion
.gitlab-ci.yml
+
8
−
1
View file @
18c92709
stages
:
-
buildx86_64
-
testx86_64
-
buildxarm_linux26
cache
:
key
:
$CI_BUILD_REF_NAME
...
...
@@ -28,13 +29,19 @@ before_script:
-
~/bin/repo init -u https://amichelo@opensource-stash.infn.it/scm/chaos/chaos_repo_bundle -b development_https
-
~/bin/repo sync
build_dynamic_framework_x86_64
:
stage
:
buildx86_64
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
script
:
-
cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
-
make -j 4 install
test_dynamic_framework_x86_64
:
stage
:
testx86_64
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
script
:
-
cd /builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-buildx86_64
-
source chaos_env.sh
-
./tools/chaos_test.sh .
build_static_framework_arm_linux26
:
stage
:
buildxarm_linux26
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment