Skip to content

Commit

Permalink
librem_mini: readding board since CBFS got expended.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Oct 21, 2020
1 parent 52a4503 commit eea3401
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ jobs:
- store-artifacts:
path: build/librem_l1um

# - run:
# name: librem_mini
# command: |
# rm -rf build/librem_mini/* build/log/* && make CPUS=4 \
# V=1 \
# BOARD=librem_mini || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
# no_output_timeout: 3h
# - run:
# name: Ouput librem_mini hashes
# command: |
# cat build/librem_mini/hashes.txt \
# - run:
# name: Archiving build logs for librem_mini
# command: |
# tar zcvf build/librem_mini/logs.tar.gz build/log/*
# - store-artifacts:
# path: build/librem_mini
- run:
name: librem_mini
command: |
rm -rf build/librem_mini/* build/log/* && make CPUS=4 \
V=1 \
BOARD=librem_mini || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
no_output_timeout: 3h
- run:
name: Ouput librem_mini hashes
command: |
cat build/librem_mini/hashes.txt \
- run:
name: Archiving build logs for librem_mini
command: |
tar zcvf build/librem_mini/logs.tar.gz build/log/*
- store-artifacts:
path: build/librem_mini

- run:
name: x230-flash
Expand Down

0 comments on commit eea3401

Please sign in to comment.