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
3793b59122
commit
8fc4565599
@ -19,7 +19,7 @@ jobs:
|
||||
command: 'apt-get update && apt-get install -y gcc g++'
|
||||
- run:
|
||||
name: Install CMAKE
|
||||
command: 'apt-get update && apt-get install -y 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