diff --git a/.drone.yml b/.drone.yml index b815c3c66..a5ebc2ad1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,6 @@ kind: pipeline type: docker name: Build Linux -clone: - depth: 1 - # Limits how many of these builds can run on the drone runner at a time, this isn't about cores concurrency: limit: 1 @@ -43,9 +40,6 @@ name: Build Windows concurrency: limit: 1 -clone: - depth: 1 - platform: os: windows arch: amd64 diff --git a/.gitignore b/.gitignore index 011d23262..e19929979 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ compile_flags.txt !utils/scripts/build/ !utils/scripts/build/should-release/should-release !utils/scripts/build/should-release/should-release.exe + +# CMake Files +cmake-build-relwithdebinfo/*