mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Attempt at getting CircleCI to work
This commit is contained in:
parent
0e3537526b
commit
e1c0294019
@ -2,24 +2,11 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: "ubuntu:latest"
|
||||
- image: "rikorose/gcc-cmake:latest"
|
||||
branches:
|
||||
only:
|
||||
- feature/add_circle-ci_support
|
||||
steps:
|
||||
- run:
|
||||
name: Install Git
|
||||
command: 'apt-get update && apt-get -y install git'
|
||||
- checkout
|
||||
- run:
|
||||
name: Installing SUDO
|
||||
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
|
||||
- run:
|
||||
name: Installing GCC
|
||||
command: 'apt-get update && apt-get install -y gcc g++'
|
||||
- run:
|
||||
name: Install CMAKE
|
||||
command: 'DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y cmake'
|
||||
- run:
|
||||
name: Creating Build Files
|
||||
command: 'cmake -H. -Bbuild test/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user