mirror of
https://github.com/nlohmann/json.git
synced 2024-12-19 09:37:51 +08:00
15 lines
169 B
YAML
15 lines
169 B
YAML
![]() |
kind: pipeline
|
||
|
name: test-on-arm64
|
||
|
|
||
|
platform:
|
||
|
arch: arm64
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: gcc
|
||
|
commands:
|
||
|
- mkdir build
|
||
|
- cd build
|
||
|
- cmake ..
|
||
|
- cmake --build .
|