We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f66ae6 commit a0ca467Copy full SHA for a0ca467
1 file changed
.circleci/config.yml
@@ -7,14 +7,8 @@ jobs:
7
steps:
8
- checkout
9
- 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
16
- name: Install Dependencies
17
- command: apt-get install -y libhwloc-dev
+ name: Install Development Tools and Dependcies
+ command: apt-get update && apt-get install -y g++ clang make autoconf automake libhwloc-dev
18
19
name: Build with g++
20
command: ./bootstrap.sh && ./configure && make && make check
0 commit comments