Add .circleci/config.yml
This commit is contained in:
parent
1cf551d149
commit
83562c142e
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
version: 2.1
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-libpdraw:
|
||||||
|
docker:
|
||||||
|
- image: ubuntu:focal
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Make build directory"
|
||||||
|
command: "mkdir build"
|
||||||
|
- run:
|
||||||
|
name: "CMake build files"
|
||||||
|
command:
|
||||||
|
cd build
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=1 ..
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
build-libpdraw-workflow:
|
||||||
|
jobs:
|
||||||
|
- build-libpdraw
|
Loading…
x
Reference in New Issue
Block a user