🔥 remove arm build

parent a44b29ec
kind: pipeline
name: test-on-arm
platform:
arch: arm
steps:
- name: build
image: gcc
commands:
- mkdir cm
- cd cm
- git -c http.sslVerify=false clone https://gitlab.kitware.com/cmake/cmake.git
- cd cmake
- ./configure
- make cmake ctest -j10
- cd ..
- mkdir build
- cd build
- ../cm/cmake/bin/cmake .. -DJSON_FastTests=ON
- make -j10
- cd test
- ../../cm/cmake/bin/ctest -j10
---
kind: pipeline
name: test-on-arm64
platform:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment