Skip to content
Snippets Groups Projects
Commit e3fb4489 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

Update .gitlab-ci.yml

parent 942c707d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,13 +29,13 @@ before_script:
build_dynamic_framework_x86_64:
stage: buildx86_64
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation/chaos_ci:latest
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation/image:latest
script:
- cmake -DCHAOS_WAN=ON .
- make -j 4 install
build_static_framework_arm_linux26:
stage: buildxarm_linux26
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation/chaos_ci:latest
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation/image:latest
script:
- export PATH=/usr/local/chaos/gcc-arm-infn-linux26/bin/:$PATH
- cmake . -DCHAOS_STATIC=ON -DCHAOS_TARGET=arm-linux-2.6 -DCHAOS_CDS=OFF -DCHAOS_MDS=OFF -DCHAOS_WAN=OFF -DCHAOS_EXAMPLES=OFF -DCHAOS_ENABLE_C11=OFF
......
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