Fork me on GitHub

source: git/.circleci/config.yml@ eaec77b

ImprovedOutputFile Timing dual_readout llp
Last change on this file since eaec77b was eaec77b, checked in by Pavel Demin <pavel-demin@…>, 6 years ago

add command printing Debian version

  • Property mode set to 100644
File size: 288 bytes
Line 
1version: 2
2jobs:
3 build:
4 docker:
5 - image: ubuntu:zesty
6 steps:
7 - checkout
8 - run:
9 name: Print Debian version
10 command: cat /etc/debian_version
11 - run:
12 name: Install packages
13 command: apt-get -y install build-essential
14
Note: See TracBrowser for help on using the repository browser.