Skip to content

Commit

Permalink
adjusting circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rprata committed May 5, 2020
1 parent ee80206 commit 5da9f28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
steps:
- checkout
- run:
name: Installing dependences
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/* && apt-get install -y gcc && apt-get install cmake'
name: Configuring linux environment
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
- run:
name: Installing tools
command: 'apt-get update && apt-get install -y gcc g++ cmake'
- run:
name: Configuring build environment
command: 'cmake CMakeLists.txt -Bbuild'
Expand Down

0 comments on commit 5da9f28

Please sign in to comment.