Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
48d841c9
Commit
48d841c9
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
CI: yaml via apt works, removing from source
parent
20f74bad
No related branches found
No related tags found
No related merge requests found
Pipeline
#6881
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-24
1 addition, 24 deletions
.gitlab-ci.yml
with
1 addition
and
24 deletions
.gitlab-ci.yml
+
1
−
24
View file @
48d841c9
...
...
@@ -35,30 +35,7 @@ before_script:
# YAML
-
apt-get install -y libyaml-cpp-dev
# - if [ -d yaml-cpp ]; then
# - echo "directory exists"
# - if [ "$(ls -A ./yaml-cpp)" ]; then
# - echo "directory not empty"
# - cd yaml-cpp
# - git pull
# - else
# - echo "directory empty"
# - git clone https://github.com/jbeder/yaml-cpp.git
# - cd yaml-cpp
# - fi
# - else
# - echo "directory inexistent"
# - git clone https://github.com/jbeder/yaml-cpp.git
# - cd yaml-cpp
# - fi
# - mkdir -pv build
# - cd build
# - ls
# - cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" -DYAML_CPP_BUILD_TESTS=OFF ..
# - make -j$(nproc)
# - make install
# - cd ../..
wolf_build_and_test
:
stage
:
build
except
:
...
...
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