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
6795d4132c
commit
3793b59122
@ -22,7 +22,7 @@ jobs:
|
||||
command: 'apt-get update && apt-get install -y cmake'
|
||||
- run:
|
||||
name: Creating Build Files
|
||||
command: 'cmake -Bbuild test/'
|
||||
command: 'cmake -H. -Bbuild test/'
|
||||
- run:
|
||||
name: Creating Binary Files
|
||||
command: 'cmake --build build'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user