Updated config.yml
This commit is contained in:
parent
f6ebe54c9f
commit
beca1dd4cf
@ -16,10 +16,10 @@ jobs:
|
|||||||
command: "mkdir build"
|
command: "mkdir build"
|
||||||
- run:
|
- run:
|
||||||
name: "CMake build files"
|
name: "CMake build files"
|
||||||
command: "cd build && cmake -DCMAKE_BUILD_TYPE=1 ../"
|
command: "cd build && cmake -DCMAKE_BUILD_TYPE=Release ../"
|
||||||
- run:
|
- run:
|
||||||
name: "Build Project"
|
name: "Build Project"
|
||||||
command: "make"
|
command: "cd build && make"
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-libpdraw-workflow:
|
build-libpdraw-workflow:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user