Fork me on GitHub

source: git/.circleci/config.yml@ 58cfe91

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

add CircleCI configuration

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