Skip to content

Commit a0ca467

Browse files
committed
Compressed a few more steps for circleci
1 parent 4f66ae6 commit a0ca467

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ jobs:
77
steps:
88
- checkout
99
- run:
10-
name: Update Package List
11-
command: apt-get update
12-
- run:
13-
name: Install Development Tools
14-
command: apt-get install -y g++ clang make autoconf automake
15-
- run:
16-
name: Install Dependencies
17-
command: apt-get install -y libhwloc-dev
10+
name: Install Development Tools and Dependcies
11+
command: apt-get update && apt-get install -y g++ clang make autoconf automake libhwloc-dev
1812
- run:
1913
name: Build with g++
2014
command: ./bootstrap.sh && ./configure && make && make check

0 commit comments

Comments
 (0)