document circleci attempt

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-14 00:00:05 +00:00
parent 7b0ac771dc
commit e60f29da5c
3 changed files with 26 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ jobs:
- run: nproc
- run: date > my-artifact
- run: ./setup -y
# nproc one because CircleCI lies about actual CPUs we have (1) and build fails:
# https://ideas.circleci.com/ideas/CCI-I-578
- run: ./build --arch aarch64 --download-dependencies --nproc 1 gem5
- store_artifacts:
path: my-artifact