mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
🔥 remove arm build
This commit is contained in:
parent
a44b29ecf1
commit
e856b50791
25
.drone.yml
25
.drone.yml
@ -1,29 +1,4 @@
|
|||||||
kind: pipeline
|
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
|
name: test-on-arm64
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
Loading…
Reference in New Issue
Block a user