Files
xc/.circleci/config.yml
Pavel Vorobyov f13072cc03 version
2019-10-08 13:38:55 +03:00

14 lines
276 B
YAML

version: 2
jobs:
build:
docker:
- image: viert/buildmachine-centos-x86_64:7
working_directory: /tmp/build
steps:
- checkout
- run:
name: Building XC
command: ./build.sh
- store_artifacts:
path: /tmp/build/xc