mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Initial, exploratory, CircleCI config.
This commit is contained in:
parent
5742533e21
commit
4fdc2e0c4f
1 changed files with 14 additions and 0 deletions
14
circle.yml
Normal file
14
circle.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Use, modification, and distribution are
|
||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Copyright Rene Rivera 2015-2016.
|
||||
|
||||
checkout:
|
||||
post:
|
||||
- git submodule update --quite --init --recursive
|
||||
|
||||
test:
|
||||
override:
|
||||
- echo ${PWD}
|
||||
- env
|
Loading…
Add table
Reference in a new issue