Skip to content

Commit

Permalink
Redefine Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
vmta committed Sep 24, 2019
1 parent 441e5a3 commit ce6e51a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
version: 2.1
jobs:
Prepare-Build-Environment:
Linux:
docker:
- image: circleci/buildpack-deps:18.04
environment:
PACKAGES: "build-essential libboost-all-dev libssl-dev"
steps:
- run:
name: Prepare build environment
command: |
PACKAGES="build-essential libboost-all-dev libssl-dev"
sudo apt-get update
sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES
Build-Code:
docker:
- image: circleci/buildpack-deps:18.04
steps:
- checkout
- run:
name: Build code
Expand All @@ -24,7 +21,4 @@ workflows:
version: 2
Go_Live:
jobs:
- Prepare-Build-Environment
- Build-Code:
requires:
- Prepare-Build-Environment
- Linux

0 comments on commit ce6e51a

Please sign in to comment.