Skip to content
Snippets Groups Projects
Commit 48d841c9 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

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
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment