1c5f01b2fSopenharmony_cikind: pipeline 2c5f01b2fSopenharmony_ciname: test-on-arm64 3c5f01b2fSopenharmony_ci 4c5f01b2fSopenharmony_ciplatform: 5c5f01b2fSopenharmony_ci arch: arm64 6c5f01b2fSopenharmony_ci 7c5f01b2fSopenharmony_cisteps: 8c5f01b2fSopenharmony_ci- name: build 9c5f01b2fSopenharmony_ci image: gcc 10c5f01b2fSopenharmony_ci commands: 11c5f01b2fSopenharmony_ci - wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz 12c5f01b2fSopenharmony_ci - tar xfz cmake-3.20.2.tar.gz 13c5f01b2fSopenharmony_ci - cd cmake-3.20.2 14c5f01b2fSopenharmony_ci - ./configure 15c5f01b2fSopenharmony_ci - make cmake ctest -j10 16c5f01b2fSopenharmony_ci - cd .. 17c5f01b2fSopenharmony_ci - mkdir build 18c5f01b2fSopenharmony_ci - cd build 19c5f01b2fSopenharmony_ci - ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON 20c5f01b2fSopenharmony_ci - make -j10 21c5f01b2fSopenharmony_ci - cd test 22c5f01b2fSopenharmony_ci - ../../cmake-3.20.2/bin/ctest -j10 23