Updated config.yml

This commit is contained in:
Rebekah 2022-04-04 20:37:09 +00:00
parent f6ebe54c9f
commit beca1dd4cf

View File

@ -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: